:orphan: .. index:: pair: struct; trc_exp_result .. _doxid-structtrc__exp__result: struct trc_exp_result ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Expected test result. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_exp_result { // fields char* :ref:`tags_str`; :ref:`logic_expr`* :ref:`tags_expr`; tqh_strings* :ref:`tags`; trc_exp_result_entry_head :ref:`results`; char* :ref:`key`; char* :ref:`notes`; // methods :ref:`STAILQ_ENTRY`(trc_exp_result); }; .. _details-structtrc__exp__result: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Expected test result. Fields ------ .. index:: pair: variable; tags_str .. _doxid-structtrc__exp__result_1a42b945ce76064c3d83f51949921f992a: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* tags_str String representation of tags logical expression .. index:: pair: variable; tags_expr .. _doxid-structtrc__exp__result_1a0afb72300f15c91bb3fa79390bb3d7ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`logic_expr`* tags_expr Tags logical expression .. index:: pair: variable; tags .. _doxid-structtrc__exp__result_1a3c3eccd6996ede42e0500e991c8a01af: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings* tags Tag strings merged when updating from logs .. index:: pair: variable; results .. _doxid-structtrc__exp__result_1a2b2b616cdba4eddf48f22ef31d83eacc: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_exp_result_entry_head results Results expected for such tags logical expression .. index:: pair: variable; key .. _doxid-structtrc__exp__result_1a1d68414154230e2d1ee6f6fe7a306b5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* key BugID-like information .. index:: pair: variable; notes .. _doxid-structtrc__exp__result_1aba94806049619bdbbf388bce280800ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* notes Any kind of notes Methods ------- .. index:: pair: function; STAILQ_ENTRY .. _doxid-structtrc__exp__result_1ac4c0e640ff1368b1df3a4fe3aba950ee: .. ref-code-block:: cpp :class: doxyrest-title-code-block STAILQ_ENTRY(trc_exp_result) List links