RESTinio
|
Appender for names to a given buffered string. More...
#include <path2regex.hpp>
Public Member Functions | |
string_view_buffer_storage_appender_t (std::size_t reserve_size, Container &buffer) | |
string_view_t | append_name (const std::string &name) |
Appends a given name to buffer, and returns a string view object within the context of a buffer. More... | |
std::size_t | append_name (std::size_t i) const |
A stub for indexed paramaters. More... | |
Private Attributes | |
Container & | m_buffer |
Appender for names to a given buffered string.
Definition at line 311 of file path2regex.hpp.
|
inline |
Definition at line 314 of file path2regex.hpp.
|
inline |
Appends a given name to buffer, and returns a string view object within the context of a buffer.
Definition at line 324 of file path2regex.hpp.
|
inline |
A stub for indexed paramaters.
Definition at line 344 of file path2regex.hpp.
|
private |
Definition at line 350 of file path2regex.hpp.