Inja
3.4.0
A Template Engine for Modern C++
|
The main inja Template. More...
#include <template.hpp>
Public Member Functions | |
Template (const std::string &content) | |
int | count_variables () |
Return number of variables (total number, not distinct ones) in the template. | |
Public Attributes | |
BlockNode | root |
std::string | content |
std::map< std::string, std::shared_ptr< BlockStatementNode > > | block_storage |
The main inja Template.