PCRE2 C++ Wrapper 1.2.4
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.

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 >
get_error_message() const noexceptpcre2cpp::basic_regex< utf >inline
is_initialized() const noexceptpcre2cpp::basic_regex< utf >inline
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 >