:orphan: .. index:: pair: struct; trc_diff_set .. _doxid-structtrc__diff__set: struct trc_diff_set =================== .. toctree:: :hidden: Overview ~~~~~~~~ Set of tags to compare :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_diff_set { // fields unsigned int :ref:`id`; unsigned int :ref:`db_uid`; tqh_strings :ref:`tags`; char* :ref:`name`; char* :ref:`log`; char* :ref:`url`; bool :ref:`show_keys`; tqh_strings :ref:`ignore`; trc_diff_keys_stats :ref:`keys_stats`; // methods :ref:`TAILQ_ENTRY`(trc_diff_set); }; .. _details-structtrc__diff__set: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Set of tags to compare Fields ------ .. index:: pair: variable; id .. _doxid-structtrc__diff__set_1a8a67353e3478e1b49070f240e62fbf87: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int id ID of the list .. index:: pair: variable; db_uid .. _doxid-structtrc__diff__set_1af9025b3bb992007cae3120d75ef94472: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int db_uid TRC DB User ID .. index:: pair: variable; tags .. _doxid-structtrc__diff__set_1af026c8a6e8856d1ed62652a1c324e58e: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings tags List of tags .. index:: pair: variable; name .. _doxid-structtrc__diff__set_1a46fc634312054e26ea4f493c1d8e0409: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name of the set .. index:: pair: variable; log .. _doxid-structtrc__diff__set_1a35904839b45a48af1898f5f4c65e53bf: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* log Raw log filename .. index:: pair: variable; url .. _doxid-structtrc__diff__set_1a48afeccc4fd63150197728de887dab87: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* url URL to HTML logs .. index:: pair: variable; show_keys .. _doxid-structtrc__diff__set_1a57d1974ee6ace4963a02a4f549ede4f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool show_keys Show table with keys which explain differences .. index:: pair: variable; ignore .. _doxid-structtrc__diff__set_1a9ea916f68e559a61a67effefc91a8e4d: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings ignore List of exclusions .. index:: pair: variable; keys_stats .. _doxid-structtrc__diff__set_1a83251e73aa5e56cccdd2686a9572f84d: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_diff_keys_stats keys_stats Per-key statistics Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__diff__set_1a21b369fe6b7118c80b28ad3b7397b040: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_diff_set) List links