Inja  3.4.0
A Template Engine for Modern C++
Public Member Functions | Public Attributes | List of all members
inja::Template Struct Reference

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
 

Detailed Description

The main inja Template.


The documentation for this struct was generated from the following file: