:orphan: .. index:: pair: struct; trc_re_match_subst .. _doxid-structtrc__re__match__subst: struct trc_re_match_subst ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Regular expression match substitution :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_re_match_subst { // fields bool :ref:`match`; char* :ref:`str`; unsigned int :ref:`match`; union trc_re_match_subst::@109 :target:`u`; // methods :ref:`TAILQ_ENTRY`(trc_re_match_subst); }; .. _details-structtrc__re__match__subst: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Regular expression match substitution Fields ------ .. index:: pair: variable; match .. _doxid-structtrc__re__match__subst_1aeef4f027517688c09fd595e99c7a5679: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool match Match or string .. index:: pair: variable; str .. _doxid-structtrc__re__match__subst_1a2799c4ca0612407bea5ec5340caddbfa: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* str String to insert .. index:: pair: variable; match .. _doxid-structtrc__re__match__subst_1a718f45abe768821f6e6c146dd6f2254a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int match Match index to insert Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__re__match__subst_1a9a5c29129a95f36eeb3cd91323f924e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_re_match_subst) List links