:orphan: .. index:: pair: struct; trc_report_key_test_entry .. _doxid-structtrc__report__key__test__entry: struct trc_report_key_test_entry ================================ .. toctree:: :hidden: Overview ~~~~~~~~ Auxilary structure to list iterations marked by specific key :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_report_key_test_entry { // fields char* :ref:`name`; char* :ref:`path`; char* :ref:`key_path`; int :ref:`count`; // methods :ref:`TAILQ_ENTRY`(trc_report_key_test_entry); :ref:`TAILQ_HEAD`(:ref:`trc_report_key_iter_entry`); }; .. _details-structtrc__report__key__test__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Auxilary structure to list iterations marked by specific key Fields ------ .. index:: pair: variable; name .. _doxid-structtrc__report__key__test__entry_1a22b4896418daae0f9106bb2af6983f3a: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Test name .. index:: pair: variable; path .. _doxid-structtrc__report__key__test__entry_1a9045aedad18d1cfff81d5920012e27ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* path Test path .. index:: pair: variable; key_path .. _doxid-structtrc__report__key__test__entry_1abeca38508485434d608b15e82da39509: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* key_path Test path with key appended .. index:: pair: variable; count .. _doxid-structtrc__report__key__test__entry_1a4289d6538512950ed10aca6439146bec: .. ref-code-block:: cpp :class: doxyrest-title-code-block int count Amount of iteration failed due to specific key Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__report__key__test__entry_1acca33544f5bca0dc16f4a5d1e7110ac2: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_report_key_test_entry) List links .. index:: pair: function; TAILQ_HEAD .. _doxid-structtrc__report__key__test__entry_1a74044b0a075f740a907db1be0bc924bd: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_HEAD(:ref:`trc_report_key_iter_entry`) Iterations list