:orphan: .. index:: pair: struct; rgt_blk .. _doxid-structrgt__blk: struct rgt_blk ============== .. toctree:: :hidden: Overview ~~~~~~~~ The structure represents one block of a template :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_blk { // fields :ref:`rgt_blk_type_t` :ref:`type`; const char* :ref:`start_data`; :ref:`rgt_var_def_t` :ref:`var`; }; .. _details-structrgt__blk: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The structure represents one block of a template Fields ------ .. index:: pair: variable; type .. _doxid-structrgt__blk_1a71b19822f15145db4e81cfc24f92197c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rgt_blk_type_t` type Defines the type of a block .. index:: pair: variable; start_data .. _doxid-structrgt__blk_1af9e58cb4caf9fa78983ac099c9d6b044: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* start_data Pointer to the beginning of a constant string, which should be output in this block .. index:: pair: variable; var .. _doxid-structrgt__blk_1a46cf55dd03f29937a4d8dca11cd0bced: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rgt_var_def_t` var Variable data structure