RESTinio
|
Base class for token variants. More...
#include <path2regex.hpp>
Public Member Functions | |
token_t ()=default | |
token_t (const token_t &)=delete | |
token_t (token_t &&)=delete | |
virtual | ~token_t ()=default |
virtual token_type_t | append_self_to (std::string &route, param_appender_sequence_t< Route_Param_Appender > ¶m_appender_sequence, names_buffer_appender_t &names_buffer_appender) const =0 |
virtual bool | is_end_delimited (const std::string &) const noexcept |
Base class for token variants.
Definition at line 371 of file path2regex.hpp.
|
default |
|
delete |
|
delete |
|
virtualdefault |
|
pure virtual |
|
inlinevirtualnoexcept |
Reimplemented in restinio::path2regex::impl::plain_string_token_t< Route_Param_Appender >.
Definition at line 386 of file path2regex.hpp.