|
Crossfire Server, Trunk
|
#include <inja.hpp>
Inheritance diagram for inja::SetStatementNode:
Collaboration diagram for inja::SetStatementNode:Public Member Functions | |
| void | accept (NodeVisitor &v) const |
| SetStatementNode (const std::string &key, 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 | |
| ExpressionListNode | expression |
| const std::string | key |
Data Fields inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
|
inlinevirtual |
Implements inja::StatementNode.
Definition at line 2732 of file inja.hpp.
References inja::NodeVisitor::visit().
Here is the call graph for this function:| ExpressionListNode inja::SetStatementNode::expression |
Definition at line 2728 of file inja.hpp.
Referenced by inja::Renderer::visit().
| const std::string inja::SetStatementNode::key |
Definition at line 2727 of file inja.hpp.
Referenced by inja::Renderer::visit().