:orphan: .. index:: pair: struct; trc_diff_entry .. _doxid-structtrc__diff__entry: struct trc_diff_entry ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Element of the list with TRC diff results. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_diff_entry { // fields unsigned int :ref:`level`; bool :ref:`is_iter`; const :ref:`trc_test`* :ref:`test`; const :ref:`trc_test_iter`* :ref:`iter`; union trc_diff_entry::@110 :ref:`ptr`; const :ref:`trc_exp_result`* :ref:`results`[TRC_DIFF_IDS]; unsigned int :ref:`inherit`[TRC_DIFF_IDS]; tqh_strings :ref:`keys`[TRC_DIFF_IDS]; // methods :ref:`TAILQ_ENTRY`(trc_diff_entry); }; .. _details-structtrc__diff__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Element of the list with TRC diff results. Fields ------ .. index:: pair: variable; level .. _doxid-structtrc__diff__entry_1a0967243b48de98ed05ce6de0cb2a1f6f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int level Level of the entry in the tree .. index:: pair: variable; is_iter .. _doxid-structtrc__diff__entry_1af6891ad68906f6da57482494d5f7668d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_iter Is a test or an iteration? .. index:: pair: variable; test .. _doxid-structtrc__diff__entry_1a73dc5cfef6b3e138d1ccd3db0313817d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`trc_test`* test Test entry data .. index:: pair: variable; iter .. _doxid-structtrc__diff__entry_1ac1ac71b6012d7a2e960a22930c097fd5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`trc_test_iter`* iter Test iteration data .. index:: pair: variable; ptr .. _doxid-structtrc__diff__entry_1a01c8e2e3edd3ad8b1cb51103141b2197: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-union ptr Pointer to test or iteration data .. index:: pair: variable; results .. _doxid-structtrc__diff__entry_1ac9c67e32667ea0b85ff6884a129130fd: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`trc_exp_result`* results[TRC_DIFF_IDS] Expected result for each diff ID .. index:: pair: variable; inherit .. _doxid-structtrc__diff__entry_1aba40ebcb42801578dacd74a4fa99fd67: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int inherit[TRC_DIFF_IDS] Expected result inheritance flags .. index:: pair: variable; keys .. _doxid-structtrc__diff__entry_1a844b1b07188987c10a7d44b64fd6fab2: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings keys[TRC_DIFF_IDS] Lists of keys per set which explain the differences Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__diff__entry_1a6fd684849c26c4a77ce0ee54868f475d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_diff_entry) List links