:orphan: .. index:: pair: struct; trc_report_key_entry .. _doxid-structtrc__report__key__entry: struct trc_report_key_entry =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Key list entry :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_report_key_entry { // fields char* :ref:`name`; int :ref:`count`; // methods :ref:`TAILQ_ENTRY`(trc_report_key_entry); :ref:`TAILQ_HEAD`(:ref:`trc_report_key_test_entry`); }; .. _details-structtrc__report__key__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Key list entry Fields ------ .. index:: pair: variable; name .. _doxid-structtrc__report__key__entry_1a6a58b1443e5f6f5be66e34350116f5df: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Key name .. index:: pair: variable; count .. _doxid-structtrc__report__key__entry_1a663983c3605af545ac21285dbdfabc93: .. ref-code-block:: cpp :class: doxyrest-title-code-block int count Amount of test iterations failed to specific key Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__report__key__entry_1a454948cbbea4f5b2be02497370a45b75: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_report_key_entry) List links .. index:: pair: function; TAILQ_HEAD .. _doxid-structtrc__report__key__entry_1a5090358fda2834c02480cd0453e910c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_HEAD(:ref:`trc_report_key_test_entry`) Tests list