Inja 3.5.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
inja::Template Struct Reference

The main inja Template. More...

#include <template.hpp>

Public Member Functions

 Template (std::string content)
size_t count_variables () const
 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: