|
Crossfire Server, Trunk
|
#include <inja.hpp>


Public Member Functions | |
| void | accept (NodeVisitor &v) const |
| ForObjectStatementNode (const std::string &key, const std::string &value, BlockNode *const parent, size_t pos) | |
Public Member Functions inherited from inja::ForStatementNode | |
| ForStatementNode (BlockNode *const parent, 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 () |
Public Attributes | |
| const std::string | key |
| const std::string | value |
Public Attributes inherited from inja::ForStatementNode | |
| BlockNode | body |
| ExpressionListNode | condition |
| BlockNode *const | parent |
Public Attributes inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
|
inlinevirtual |
Implements inja::ForStatementNode.
Definition at line 2667 of file inja.hpp.
References inja::NodeVisitor::visit().

| const std::string inja::ForObjectStatementNode::key |
Definition at line 2662 of file inja.hpp.
Referenced by inja::Renderer::visit().
| const std::string inja::ForObjectStatementNode::value |
Definition at line 2663 of file inja.hpp.
Referenced by inja::Renderer::visit().