|
Crossfire Server, Trunk
|
#include <inja.hpp>
Inheritance diagram for inja::BlockNode:
Collaboration diagram for inja::BlockNode:Public Member Functions | |
| void | accept (NodeVisitor &v) const |
| BlockNode () | |
Public Member Functions inherited from inja::AstNode | |
| AstNode (size_t pos) | |
| virtual | ~AstNode () |
Data Fields | |
| std::vector< std::shared_ptr< AstNode > > | nodes |
Data Fields inherited from inja::AstNode | |
| size_t | pos |
|
inlinevirtual |
Implements inja::AstNode.
Definition at line 2441 of file inja.hpp.
References inja::NodeVisitor::visit().
Referenced by inja::Renderer::render_to(), inja::StatisticsVisitor::visit(), and inja::Renderer::visit().
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<std::shared_ptr<AstNode> > inja::BlockNode::nodes |
Definition at line 2437 of file inja.hpp.
Referenced by inja::StatisticsVisitor::visit(), and inja::Renderer::visit().