struct rgt_var_def
Overview
The structure represents single variable in template More…
#include <rgt_tmpls_lib.h> struct rgt_var_def { // fields const char* name; const char* fmt_str; };
Detailed Documentation
The structure represents single variable in template
Fields
const char* name
Name of a variable whose value should be output in this block
const char* fmt_str
Format string for output this variable