:orphan: .. index:: pair: struct; te_trc_db .. _doxid-structte__trc__db: struct te_trc_db ================ .. toctree:: :hidden: Overview ~~~~~~~~ Testing results comparison database :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_trc_db { // fields char* :ref:`filename`; xmlDocPtr :ref:`xml_doc`; char* :ref:`version`; :ref:`trc_tests` :ref:`tests`; unsigned int :ref:`user_id`; :ref:`trc_globals` :target:`globals`; bool :ref:`last_match`; }; .. _details-structte__trc__db: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Testing results comparison database Fields ------ .. index:: pair: variable; filename .. _doxid-structte__trc__db_1a6cf7919b3041a061972207b188d6f4f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* filename Location of the database file .. index:: pair: variable; xml_doc .. _doxid-structte__trc__db_1a1e71f2a13aa08b6dce05fe6c2c9f2b5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block xmlDocPtr xml_doc XML document .. index:: pair: variable; version .. _doxid-structte__trc__db_1a5f9bddf3fdebc88ebcaea5939f572315: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* version Database version .. index:: pair: variable; tests .. _doxid-structte__trc__db_1a843bac51dcbbbdf553dac3160e158ebb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_tests` tests Tree of tests .. index:: pair: variable; user_id .. _doxid-structte__trc__db_1a0513e60678965d68d015df1cb5489731: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int user_id ID of the next user .. index:: pair: variable; last_match .. _doxid-structte__trc__db_1a1966203734078f33b4cdb6e9456c7e02: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool last_match Choose the last match expectation