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