PCRE2 C++ Wrapper 1.2.4
pcre2cpp
Loading...
Searching...
No Matches
pcre2cpp::basic_match_result< utf > Member List

This is the complete list of members for pcre2cpp::basic_match_result< utf >, including all inherited members.

bad_offsetpcre2cpp::basic_match_result< utf >static
basic_match_result() noexcept=defaultpcre2cpp::basic_match_result< utf >
basic_match_result(const match_error_codes error_code) noexceptpcre2cpp::basic_match_result< utf >inlineexplicit
basic_match_result(const size_t search_offset, const _named_sub_values_table_ptr &named_sub_values) noexceptpcre2cpp::basic_match_result< utf >inline
basic_match_result(const size_t search_offset, const _match_value &result, const std::vector< std::optional< sub_match_value > > &sub_results, const _named_sub_values_table_ptr &named_sub_values) noexceptpcre2cpp::basic_match_result< utf >inline
basic_match_result(const basic_match_result &other) noexcept=defaultpcre2cpp::basic_match_result< utf >
basic_match_result(basic_match_result &&other) noexcept=defaultpcre2cpp::basic_match_result< utf >
get_error_code() const noexceptpcre2cpp::basic_match_result< utf >inline
get_error_message() const noexceptpcre2cpp::basic_match_result< utf >inline
get_result() const noexceptpcre2cpp::basic_match_result< utf >inline
get_result_global_offset() const noexceptpcre2cpp::basic_match_result< utf >inline
get_result_relative_offset() const noexceptpcre2cpp::basic_match_result< utf >inline
get_result_size() const noexceptpcre2cpp::basic_match_result< utf >inline
get_result_value() const noexceptpcre2cpp::basic_match_result< utf >inline
get_search_offset() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_result(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_global_offset(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_global_offset(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_in_result_offset(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_in_result_offset(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_relative_offset(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_relative_offset(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_size(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_size(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_value(const size_t idx) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_result_value(const _string_view_type name) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_match_result< utf >inline
get_sub_results() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_count() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_global_offsets() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_in_result_offsets() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_relative_offsets() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_sizes() const noexceptpcre2cpp::basic_match_result< utf >inline
get_sub_results_values() const noexceptpcre2cpp::basic_match_result< utf >inline
has_error() const noexceptpcre2cpp::basic_match_result< utf >inline
has_result() const noexceptpcre2cpp::basic_match_result< utf >inline
has_sub_value(const size_t idx) const noexceptpcre2cpp::basic_match_result< utf >inline
has_sub_value(const _string_view_type name) const noexceptpcre2cpp::basic_match_result< utf >inline
has_value() const noexceptpcre2cpp::basic_match_result< utf >inline
operator=(const basic_match_result &other) noexcept=defaultpcre2cpp::basic_match_result< utf >
operator=(basic_match_result &&other) noexcept=defaultpcre2cpp::basic_match_result< utf >
~basic_match_result() noexcept=defaultpcre2cpp::basic_match_result< utf >