#include <core.h>
Classes | |
struct | entry |
Public Member Functions | |
arg_map () | |
void | init (const basic_format_args< Context > &args) |
~arg_map () | |
basic_format_arg< Context > | find (basic_string_view< char_type > name) const |
Private Types | |
typedef Context::char_type | char_type |
Private Member Functions | |
arg_map (const arg_map &)=delete | |
void | operator= (const arg_map &)=delete |
void | push_back (value< Context > val) |
Private Attributes | |
entry * | map_ |
unsigned | size_ |
|
private |
|
privatedelete |
|
inline |
|
inline |
|
inline |
void internal::arg_map< Context >::init | ( | const basic_format_args< Context > & | args | ) |
Definition at line 1273 of file format.h.
|
privatedelete |
|
inlineprivate |
Definition at line 950 of file core.h.
|
private |
|
private |