:orphan: .. index:: pair: struct; te_substring_t .. _doxid-structte__substring__t: struct te_substring_t ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure for describing a piece of string :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_substring_t { // fields :ref:`te_string`* :ref:`base`; size_t :ref:`start`; size_t :ref:`len`; }; .. _details-structte__substring__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for describing a piece of string Fields ------ .. index:: pair: variable; base .. _doxid-structte__substring__t_1adcd7e438771a73f92232ed106182acfb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_string`* base The underlying string .. index:: pair: variable; start .. _doxid-structte__substring__t_1aa95621142eb325646a91488968f4bf6d: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t start The position of the beginning of the substring .. index:: pair: variable; len .. _doxid-structte__substring__t_1a86a124b0075be3efcbacbf48486ae7b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t len The length of the substring