:orphan: .. index:: pair: struct; test_path_item .. _doxid-structtest__path__item: struct test_path_item ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Element of the test path :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_path_item { // fields char* :ref:`name`; const char* :ref:`hash`; unsigned int :ref:`select`; unsigned int :ref:`step`; unsigned int :ref:`iterate`; // methods :ref:`TAILQ_ENTRY`(test_path_item); :ref:`TAILQ_HEAD`(:ref:`test_path_arg`); }; .. _details-structtest__path__item: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Element of the test path Fields ------ .. index:: pair: variable; name .. _doxid-structtest__path__item_1abc763ae5e47e9faf5c95cd4dca05535a: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Path item name .. index:: pair: variable; hash .. _doxid-structtest__path__item_1afaf1f5c673dab9f154c74d6881d3c88a: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* hash Hash of the test path with parameters to run .. index:: pair: variable; select .. _doxid-structtest__path__item_1a65db641a5798ea336712e52abcd46d9f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int select Number of the iteration to run .. index:: pair: variable; step .. _doxid-structtest__path__item_1a6dcd2f6f4f94ee431ba29d96e22c9340: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int step Length of the cycle to apply number of the iteration to run .. index:: pair: variable; iterate .. _doxid-structtest__path__item_1a139097f98853b6531cd694e3eb27f0e3: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int iterate How many times to run Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__path__item_1a4f6abc181718f416025edbcdebab2ba3: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_path_item) List links .. index:: pair: function; TAILQ_HEAD .. _doxid-structtest__path__item_1ae3acff41189aedaa7ef2bb29be054e6f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_HEAD(:ref:`test_path_arg`) Arguments