:orphan: .. index:: pair: struct; test_option .. _doxid-structtest__option: struct test_option ================== .. toctree:: :hidden: Overview ~~~~~~~~ Option from the Tester configuration file :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_option { // fields char* :ref:`name`; char* :ref:`value`; tqh_strings :ref:`contexts`; // methods :ref:`TAILQ_ENTRY`(test_option); }; .. _details-structtest__option: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Option from the Tester configuration file Fields ------ .. index:: pair: variable; name .. _doxid-structtest__option_1a741f24a2992cc3c6f12c2de12863b12d: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Option name .. index:: pair: variable; value .. _doxid-structtest__option_1aa5d316b4ce5eb40a17a330344c08be10: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* value Option value .. index:: pair: variable; contexts .. _doxid-structtest__option_1a7056c1d0b55791559edd34d706f779a9: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings contexts List of context where this option should be applied Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__option_1ac97324f478a0c404c4fc28dcd862214e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_option) List links