RESTinio
|
A wrapper class for working with pcre match results. More...
#include <pcre2_regex_engine.hpp>
Classes | |
struct | matched_item_descriptor_t |
Public Member Functions | |
match_results_t () | |
~match_results_t () | |
match_results_t (const match_results_t &)=delete | |
match_results_t (match_results_t &&)=delete | |
match_results_t & | operator= (const match_results_t &)=delete |
match_results_t & | operator= (match_results_t &&)=delete |
matched_item_descriptor_t | operator[] (std::size_t i) const |
std::size_t | size () const |
Public Attributes | |
std::size_t | m_size { 0 } |
pcre2_match_data * | m_match_data |
A wrapper class for working with pcre match results.
Definition at line 34 of file pcre2_regex_engine.hpp.
|
inline |
Definition at line 36 of file pcre2_regex_engine.hpp.
|
inline |
Definition at line 41 of file pcre2_regex_engine.hpp.
|
delete |
|
delete |
|
delete |
|
delete |
|
inline |
Definition at line 66 of file pcre2_regex_engine.hpp.
|
inline |
Definition at line 75 of file pcre2_regex_engine.hpp.
pcre2_match_data* restinio::router::pcre2_details::match_results_t< Traits >::m_match_data |
Definition at line 78 of file pcre2_regex_engine.hpp.
std::size_t restinio::router::pcre2_details::match_results_t< Traits >::m_size { 0 } |
Definition at line 77 of file pcre2_regex_engine.hpp.