|
Crossfire Server, Trunk
|
#include <inja.hpp>
Inheritance diagram for inja::BlockStatementNode:
Collaboration diagram for inja::BlockStatementNode:Public Member Functions | |
| void | accept (NodeVisitor &v) const |
| BlockStatementNode (BlockNode *const parent, const std::string &name, size_t pos) | |
Public Member Functions inherited from inja::StatementNode | |
| StatementNode (size_t pos) | |
Public Member Functions inherited from inja::AstNode | |
| AstNode (size_t pos) | |
| virtual | ~AstNode () |
Data Fields | |
| BlockNode | block |
| const std::string | name |
| BlockNode *const | parent |
Data Fields inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
|
inlinevirtual |
Implements inja::StatementNode.
Definition at line 2720 of file inja.hpp.
References inja::NodeVisitor::visit().
Here is the call graph for this function:| BlockNode inja::BlockStatementNode::block |
Definition at line 2715 of file inja.hpp.
Referenced by inja::StatisticsVisitor::visit().
| const std::string inja::BlockStatementNode::name |
Definition at line 2714 of file inja.hpp.
Referenced by inja::Renderer::visit().