:orphan: .. index:: pair: struct; trc_re_subst .. _doxid-structtrc__re__subst: struct trc_re_subst =================== .. toctree:: :hidden: Overview ~~~~~~~~ Regular expression substitution :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_re_subst { // fields regex_t :ref:`re`; unsigned int :ref:`max_match`; char* :ref:`str`; trc_re_match_substs :ref:`with`; regmatch_t* :ref:`matches`; // methods :ref:`TAILQ_ENTRY`(trc_re_subst); }; .. _details-structtrc__re__subst: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Regular expression substitution Fields ------ .. index:: pair: variable; re .. _doxid-structtrc__re__subst_1a69509bc2888d92db50764b067e3f2393: .. ref-code-block:: cpp :class: doxyrest-title-code-block regex_t re Compiled regular expression .. index:: pair: variable; max_match .. _doxid-structtrc__re__subst_1af316db9b853d2badf16d93da55c7e229: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int max_match Number of used matches in substitution .. index:: pair: variable; str .. _doxid-structtrc__re__subst_1ad0129bacc980cd0ee5f80fa70270b4f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* str Substitution string .. index:: pair: variable; with .. _doxid-structtrc__re__subst_1ae5dc1a8ae0fbb8d23b325b11f2a210f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_re_match_substs with Substitute with .. index:: pair: variable; matches .. _doxid-structtrc__re__subst_1a066c69272a64c75e7e4d3a54ad6dd62f: .. ref-code-block:: cpp :class: doxyrest-title-code-block regmatch_t* matches Match data Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__re__subst_1a9c56e4d57eb1aa1bb3d42516340418af: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_re_subst) List links