:orphan: .. index:: pair: struct; trc_exp_result_entry .. _doxid-structtrc__exp__result__entry: struct trc_exp_result_entry =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Single test result with auxiliary information for TRC. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_exp_result_entry { // fields :ref:`te_test_result` :ref:`result`; char* :ref:`key`; char* :ref:`notes`; bool :ref:`is_expected`; // methods :ref:`TAILQ_ENTRY`(trc_exp_result_entry); }; .. _details-structtrc__exp__result__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Single test result with auxiliary information for TRC. Fields ------ .. index:: pair: variable; result .. _doxid-structtrc__exp__result__entry_1a98ec0ecfe93024829aebc56edb27899b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_test_result` result Test result .. index:: pair: variable; key .. _doxid-structtrc__exp__result__entry_1abc0e5111eca32149838ba134f9c246ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* key BugID-like information .. index:: pair: variable; notes .. _doxid-structtrc__exp__result__entry_1a0cce497d9a1fb49fa18608c34baf5c3e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* notes Any kind of notes .. index:: pair: variable; is_expected .. _doxid-structtrc__exp__result__entry_1acc900cb4fe1ab68f2155ce9d81db7234: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_expected Is this result expected (used by TRC Update) Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__exp__result__entry_1a3cfab8fdbf67b9d0bc062ba1f1652d85: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_exp_result_entry) List links