|
PCRE2 C++ Wrapper 1.2.4
pcre2cpp
|
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_NOEXCEPT | pcre2cpp::basic_regex< utf > | inlineexplicit |
| basic_regex(const basic_regex &other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| basic_regex(basic_regex &&other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| get_error_message() const noexcept | pcre2cpp::basic_regex< utf > | inline |
| is_initialized() const noexcept | pcre2cpp::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_NOEXCEPT | pcre2cpp::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 noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_all(const _string_view_type text, std::vector< _match_result_type > &results, size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_at(const _string_view_type text, const size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_at(const _string_view_type text, _match_result_type &result, const size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| operator=(const basic_regex &other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| operator=(basic_regex &&other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| ~basic_regex() noexcept=default | pcre2cpp::basic_regex< utf > |