:orphan: .. index:: pair: struct; trc_diff_key_stats .. _doxid-structtrc__diff__key__stats: struct trc_diff_key_stats ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Statistics for each key which makes differences :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_diff_key_stats { // fields const char* :ref:`key`; unsigned int :ref:`count`; // methods :ref:`CIRCLEQ_ENTRY`(trc_diff_key_stats); }; .. _details-structtrc__diff__key__stats: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Statistics for each key which makes differences Fields ------ .. index:: pair: variable; key .. _doxid-structtrc__diff__key__stats_1a21a7e8a33053c662d55ee6116645711f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* key Key .. index:: pair: variable; count .. _doxid-structtrc__diff__key__stats_1a8aed77fec6c736730ddc7cfa73c95c6a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int count How many times this key is used to explain the difference Methods ------- .. index:: pair: function; CIRCLEQ_ENTRY .. _doxid-structtrc__diff__key__stats_1a338cfec17bde6d2a6f04e0be42d4af39: .. ref-code-block:: cpp :class: doxyrest-title-code-block CIRCLEQ_ENTRY(trc_diff_key_stats) List links