:orphan: .. index:: pair: struct; testing_act .. _doxid-structtesting__act: struct testing_act ================== .. toctree:: :hidden: Overview ~~~~~~~~ Act of the testing scenario :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct testing_act { // fields unsigned int :ref:`first`; unsigned int :ref:`last`; :ref:`tester_flags` :ref:`flags`; const char* :ref:`hash`; // methods :ref:`TAILQ_ENTRY`(testing_act); }; .. _details-structtesting__act: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Act of the testing scenario Fields ------ .. index:: pair: variable; first .. _doxid-structtesting__act_1a91cdce52b516bae3f1d65072734b94c4: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int first Number of the first item .. index:: pair: variable; last .. _doxid-structtesting__act_1a20ac02dcff80e4e92573b26e3f8f3647: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int last Number of the last item .. index:: pair: variable; flags .. _doxid-structtesting__act_1a096aa99028b07478091d97fd3c053ec9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tester_flags` flags Flags (tester_flags) for the act .. index:: pair: variable; hash .. _doxid-structtesting__act_1a64ac4e401fd23bd4d80b442b2e1be8c4: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* hash Test iteration hash (optional) Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtesting__act_1a5ca2dd9fc382851b2ac749b62f758086: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(testing_act) Linked list links