:orphan: .. index:: pair: struct; test_path .. _doxid-structtest__path: struct test_path ================ .. toctree:: :hidden: Overview ~~~~~~~~ Test path :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_path { // fields char* :ref:`str`; :ref:`test_path_type` :ref:`type`; test_path_items :ref:`head`; double :ref:`dial`; testing_scenario :ref:`scen`; // methods :ref:`TAILQ_ENTRY`(test_path); }; .. _details-structtest__path: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test path Fields ------ .. index:: pair: variable; str .. _doxid-structtest__path_1a7dacf5e233c539caf47461948468d0a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* str String representation .. index:: pair: variable; type .. _doxid-structtest__path_1a3d73358207b5ed8dae9441eef0ca844f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_path_type` type Type of the test path .. index:: pair: variable; head .. _doxid-structtest__path_1a1b8150f626ba05ddfb093ce8c654adf1: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_path_items head Head of the path .. index:: pair: variable; dial .. _doxid-structtest__path_1a3b74a70baef7f27279300eadb8bd31de: .. ref-code-block:: cpp :class: doxyrest-title-code-block double dial Percentage of iterations to choose randomly (if nonnegative) .. index:: pair: variable; scen .. _doxid-structtest__path_1a1dc020f4a07a4809ca0d094b13b007f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block testing_scenario scen Testing scenario Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__path_1a87eab2878f95c68e539ff919db56522e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_path) List links