:orphan: .. index:: pair: enum; trc_save_flags .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0d: enum trc_save_flags =================== Overview ~~~~~~~~ TRC DB saving options :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum trc_save_flags { :ref:`TRC_SAVE_REMOVE_OLD` = 0x1, :ref:`TRC_SAVE_RESULTS` = 0x2, :ref:`TRC_SAVE_GLOBALS` = 0x4, :ref:`TRC_SAVE_UPDATE_OLD` = 0x8, :ref:`TRC_SAVE_DEL_XINCL` = 0x10, :ref:`TRC_SAVE_NO_VOID_XINCL` = 0x20, :ref:`TRC_SAVE_POS_ATTR` = 0x40, }; .. _details-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0d: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TRC DB saving options Enum Values ----------- .. index:: pair: enumvalue; TRC_SAVE_REMOVE_OLD .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da86ee804ed519a47fe7208d0606752947: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_REMOVE_OLD Remove XML representation and generate it from scratch .. index:: pair: enumvalue; TRC_SAVE_RESULTS .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da3c8f0d640a0d4d2ab79b322ee84ad609: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_RESULTS Save expected results of iterations .. index:: pair: enumvalue; TRC_SAVE_GLOBALS .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da22f0b5578e84efa580c3846bd9e4064a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_GLOBALS Save global variables .. index:: pair: enumvalue; TRC_SAVE_UPDATE_OLD .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da00e883242d7e74a883137a74ca2fc761: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_UPDATE_OLD Update existing nodes .. index:: pair: enumvalue; TRC_SAVE_DEL_XINCL .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0dabad712f132ecadf83be721add638f1f4: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_DEL_XINCL Delete XInclude elements .. index:: pair: enumvalue; TRC_SAVE_NO_VOID_XINCL .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da845da44bc4a8b7eee2653c4f234cd910: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_NO_VOID_XINCL Do not mark XInclude elements having no included content between them .. index:: pair: enumvalue; TRC_SAVE_POS_ATTR .. _doxid-trc__db_8h_1ae0ccdd25ac52637b3d4f9ac9cb0a2e0da0ad08099df679d863e3489dd15987cad: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_SAVE_POS_ATTR Save "pos" attribute for tests and iterations which value is a number of a given element in list of its siblings included from the same file