A wrapper for using pcre regexes in express_router.
More...
#include <pcre2_regex_engine.hpp>
A wrapper for using pcre regexes in express_router.
Definition at line 86 of file pcre2_regex_engine.hpp.
◆ regex_t() [1/4]
restinio::router::pcre2_details::regex_t::regex_t |
( |
| ) |
|
|
default |
◆ regex_t() [2/4]
restinio::router::pcre2_details::regex_t::regex_t |
( |
string_view_t | r, |
|
|
int | options ) |
|
inline |
◆ regex_t() [3/4]
restinio::router::pcre2_details::regex_t::regex_t |
( |
const regex_t & | | ) |
|
|
delete |
◆ regex_t() [4/4]
restinio::router::pcre2_details::regex_t::regex_t |
( |
regex_t && | rw | ) |
|
|
inlinenoexcept |
◆ ~regex_t()
restinio::router::pcre2_details::regex_t::~regex_t |
( |
| ) |
|
|
inline |
◆ compile()
◆ operator=() [1/2]
◆ operator=() [2/2]
regex_t & restinio::router::pcre2_details::regex_t::operator= |
( |
regex_t && | rw | ) |
|
|
inlinenoexcept |
◆ pcre2_regex()
const pcre2_code * restinio::router::pcre2_details::regex_t::pcre2_regex |
( |
| ) |
const |
|
inline |
◆ m_route_regex
The documentation for this class was generated from the following file: