|
using | string_list = std::vector< std::string > |
|
|
| TemplateEnv (TemplateEnv &parent) |
|
void | s (const std::string &k, const std::string &v) |
|
template<typename T > |
void | d (const std::string &k, const T &v) |
|
const std::string & | s (const std::string &k) const |
|
void | v (const std::string &k, const string_list &v) |
|
const string_list & | v (const std::string &k) const |
|
bool | keyIsString (const std::string &k) const |
|
Definition at line 17 of file code_template.h.
The documentation for this struct was generated from the following file: