:orphan: .. index:: pair: struct; trc_diff_ctx .. _doxid-structtrc__diff__ctx: struct trc_diff_ctx =================== .. toctree:: :hidden: Overview ~~~~~~~~ TRC diff tool context. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_diff_ctx { // fields unsigned int :ref:`flags`; :ref:`te_trc_db`* :ref:`db`; trc_diff_sets :ref:`sets`; :ref:`trc_diff_stats` :ref:`stats`; trc_diff_result :ref:`result`; tqh_strings :target:`tests_include`; tqh_strings :target:`tests_exclude`; }; .. _details-structtrc__diff__ctx: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TRC diff tool context. The object is quiet big and it is highly not recommented to allocate it on stack. Fields ------ .. index:: pair: variable; flags .. _doxid-structtrc__diff__ctx_1a51a2db084ff5233608f7341d892194ab: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int flags Processing control flags .. index:: pair: variable; db .. _doxid-structtrc__diff__ctx_1a55dfa74b1826271e54393cf0cc0ca8b5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_trc_db`* db TRC database handle .. index:: pair: variable; sets .. _doxid-structtrc__diff__ctx_1ade3dfa0c31d6c25b240d0ea87e4d5451: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_diff_sets sets Sets to compare .. index:: pair: variable; stats .. _doxid-structtrc__diff__ctx_1ac1e9a3edace0a7f6a6f1131c30dd2bc4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_diff_stats` stats Grand total statistics .. index:: pair: variable; result .. _doxid-structtrc__diff__ctx_1af41665b0cc2414a529e3185cd79741ab: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_diff_result result Result details