:orphan: .. index:: pair: enum; te_compound_mod_op .. _doxid-group__te__tools__te__compound_1ga1ddb4c933a58bd9668d0161a54353f52: enum te_compound_mod_op ======================= Overview ~~~~~~~~ The mode of operation for duplicate keys. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum te_compound_mod_op { :ref:`TE_COMPOUND_MOD_OP_APPEND`, :ref:`TE_COMPOUND_MOD_OP_PREPEND`, :ref:`TE_COMPOUND_MOD_OP_REPLACE`, }; .. _details-group__te__tools__te__compound_1ga1ddb4c933a58bd9668d0161a54353f52: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The mode of operation for duplicate keys. Enum Values ----------- .. index:: pair: enumvalue; TE_COMPOUND_MOD_OP_APPEND .. _doxid-group__te__tools__te__compound_1gga1ddb4c933a58bd9668d0161a54353f52aea745ffb0e3803918ec35bdf85145dc1: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_COMPOUND_MOD_OP_APPEND Append a new value after an existing one. .. index:: pair: enumvalue; TE_COMPOUND_MOD_OP_PREPEND .. _doxid-group__te__tools__te__compound_1gga1ddb4c933a58bd9668d0161a54353f52a549efe86ac65213b452b176822f1bf4b: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_COMPOUND_MOD_OP_PREPEND Prepend a new value before an existing one. .. index:: pair: enumvalue; TE_COMPOUND_MOD_OP_REPLACE .. _doxid-group__te__tools__te__compound_1gga1ddb4c933a58bd9668d0161a54353f52af0fb77ad39bdee5661597a9fa061795a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_COMPOUND_MOD_OP_REPLACE Replace all existing values with a new one.