Inja  3.4.0
A Template Engine for Modern C++
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ninja
 CLexerConfigClass for lexer configuration
 CParserConfigClass for parser configuration
 CRenderConfigClass for render configuration
 CEnvironmentClass for changing the configuration
 CSourceLocation
 CInjaError
 CParserError
 CRenderError
 CFileError
 CDataError
 CFunctionStorageClass for builtin functions and user-defined callbacks
 CFunctionData
 CLexerClass for lexing an inja Template
 CNodeVisitor
 CAstNodeBase node class for the abstract syntax tree (AST)
 CBlockNode
 CTextNode
 CExpressionNode
 CLiteralNode
 CDataNode
 CFunctionNode
 CExpressionListNode
 CStatementNode
 CForStatementNode
 CForArrayStatementNode
 CForObjectStatementNode
 CIfStatementNode
 CIncludeStatementNode
 CExtendsStatementNode
 CBlockStatementNode
 CSetStatementNode
 CParserClass for parsing an inja Template
 CRendererClass for rendering a Template with data
 CStatisticsVisitorA class for counting statistics on a Template
 CTemplateThe main inja Template
 CTokenHelper-class for the inja Lexer