:orphan: .. index:: pair: struct; test_var_arg .. _doxid-structtest__var__arg: struct test_var_arg =================== .. toctree:: :hidden: Overview ~~~~~~~~ Test session variable :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_var_arg { // fields char* :ref:`name`; const :ref:`test_value_type`* :ref:`type`; :ref:`test_entity_values` :ref:`values`; char* :ref:`list`; const :ref:`test_entity_value`* :ref:`preferred`; bool :ref:`handdown`; bool :ref:`variable`; bool :ref:`global`; // methods :ref:`TAILQ_ENTRY`(test_var_arg); }; .. _details-structtest__var__arg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test session variable Fields ------ .. index:: pair: variable; name .. _doxid-structtest__var__arg_1a3a3b7299bcef758a05d92af087867962: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name .. index:: pair: variable; type .. _doxid-structtest__var__arg_1a9769164de19656c5e61cdd39e2268357: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`test_value_type`* type Pointer to type descriptor .. index:: pair: variable; values .. _doxid-structtest__var__arg_1a2b5d3cba9ffd0c5a3a8aeb225eb3a7ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_entity_values` values Values .. index:: pair: variable; list .. _doxid-structtest__var__arg_1acfea6c90bc9acc6fc232ba43150dc247: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* list Name of the iteration list .. index:: pair: variable; preferred .. _doxid-structtest__var__arg_1adc5b198b74e41ac8dcb74b6d59ff2874: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`test_entity_value`* preferred Preferred value for list iteration .. index:: pair: variable; handdown .. _doxid-structtest__var__arg_1a46b38744550ccbbb5b1edfbd460b8e36: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool handdown Handdown session variable to all children .. index:: pair: variable; variable .. _doxid-structtest__var__arg_1a6d6d5b6845f61e957cfada2ce9b6f028: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool variable Is variable .. index:: pair: variable; global .. _doxid-structtest__var__arg_1a07e17d8eafff0027fa2782b849a1f337: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool global In case it's a variable - is it global? Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__var__arg_1a9a9330d89a9501704ac9fc07960e0788: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_var_arg) List links