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

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

_codepcre2cpp::basic_regex< utf >private
_code_ptr typedefpcre2cpp::basic_regex< utf >private
_code_type typedefpcre2cpp::basic_regex< utf >private
_match_datapcre2cpp::basic_regex< utf >private
_match_data_ptr typedefpcre2cpp::basic_regex< utf >private
_match_data_type typedefpcre2cpp::basic_regex< utf >private
_match_result_type typedefpcre2cpp::basic_regex< utf >private
_match_value_type typedefpcre2cpp::basic_regex< utf >private
_named_sub_valuespcre2cpp::basic_regex< utf >private
_named_sub_values_table typedefpcre2cpp::basic_regex< utf >private
_named_sub_values_table_ptr typedefpcre2cpp::basic_regex< utf >private
_pcre2_data_t typedefpcre2cpp::basic_regex< utf >private
_regex_exception typedefpcre2cpp::basic_regex< utf >private
_sptr_type typedefpcre2cpp::basic_regex< utf >private
_string_char_type typedefpcre2cpp::basic_regex< utf >private
_string_type typedefpcre2cpp::basic_regex< utf >private
_string_view_type typedefpcre2cpp::basic_regex< utf >private
_uchar_type typedefpcre2cpp::basic_regex< utf >private
basic_regex(const _string_view_type pattern, const compile_options opts=compile_options_bits::None) _PCRE2CPP_NOEXCEPTpcre2cpp::basic_regex< utf >inlineexplicit
basic_regex(const basic_regex &other) noexcept=defaultpcre2cpp::basic_regex< utf >
basic_regex(basic_regex &&other) noexcept=defaultpcre2cpp::basic_regex< utf >
match(const _string_view_type text, const size_t offset=0, const match_options opts=match_options_bits::None) const _PCRE2CPP_NOEXCEPTpcre2cpp::basic_regex< utf >inline
match(const _string_view_type text, _match_result_type &result, const size_t offset=0, const match_options opts=match_options_bits::None) const noexceptpcre2cpp::basic_regex< utf >inline
match_all(const _string_view_type text, std::vector< _match_result_type > &results, size_t offset=0) const noexceptpcre2cpp::basic_regex< utf >inline
match_at(const _string_view_type text, const size_t offset=0) const noexceptpcre2cpp::basic_regex< utf >inline
match_at(const _string_view_type text, _match_result_type &result, const size_t offset=0) const noexceptpcre2cpp::basic_regex< utf >inline
operator=(const basic_regex &other) noexcept=defaultpcre2cpp::basic_regex< utf >
operator=(basic_regex &&other) noexcept=defaultpcre2cpp::basic_regex< utf >
~basic_regex() noexcept=defaultpcre2cpp::basic_regex< utf >