:orphan: .. index:: pair: struct; scenario_step .. _doxid-structscenario__step: struct scenario_step ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Declared scenario step of a test :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct scenario_step { // fields struct scenario_step* :ref:`next`; int :ref:`depth`; char* :ref:`text`; }; .. _details-structscenario__step: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Declared scenario step of a test Fields ------ .. index:: pair: variable; next .. _doxid-structscenario__step_1a5c84ee7a2ff8c1fc8bb0299360c7c67a: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct scenario_step* next Next step .. index:: pair: variable; depth .. _doxid-structscenario__step_1ab694ba3401a2453173ff086260e3c69d: .. ref-code-block:: cpp :class: doxyrest-title-code-block int depth Nesting depth, from 1 .. index:: pair: variable; text .. _doxid-structscenario__step_1a50b9bcdadd1caf22032213c731c091a4: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* text Step text