|
WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <core.h>


Classes | |
| struct | formatter_type |
Public Types | |
| typedef Char | char_type |
| typedef OutputIt | iterator |
Public Types inherited from internal::context_base< OutputIt, basic_format_context< OutputIt, Char >, Char > | |
| typedef OutputIt | iterator |
Public Member Functions | |
| basic_format_context (OutputIt out, basic_string_view< char_type > format_str, basic_format_args< basic_format_context > ctx_args, internal::locale_ref loc=internal::locale_ref()) | |
| format_arg | next_arg () |
| format_arg | get_arg (unsigned arg_id) |
| format_arg | get_arg (basic_string_view< char_type > name) |
Public Member Functions inherited from internal::context_base< OutputIt, basic_format_context< OutputIt, Char >, Char > | |
| basic_parse_context< char_type > & | parse_context () |
| basic_format_args< basic_format_context< OutputIt, Char > > | args () const |
| basic_format_arg< basic_format_context< OutputIt, Char > > | arg (unsigned id) const |
| internal::error_handler | error_handler () |
| void | on_error (const char *message) |
| iterator | out () |
| iterator | begin () |
| void | advance_to (iterator it) |
| locale_ref | locale () |
Additional Inherited Members | |
Protected Types inherited from internal::context_base< OutputIt, basic_format_context< OutputIt, Char >, Char > | |
| typedef Char | char_type |
| typedef basic_format_arg< basic_format_context< OutputIt, Char > > | format_arg |
Protected Member Functions inherited from internal::context_base< OutputIt, basic_format_context< OutputIt, Char >, Char > | |
| context_base (OutputIt out, basic_string_view< char_type > format_str, basic_format_args< basic_format_context< OutputIt, Char > > ctx_args, locale_ref loc=locale_ref()) | |
| format_arg | do_get_arg (unsigned arg_id) |
| format_arg | get_arg (unsigned arg_id) |
| typedef Char basic_format_context< OutputIt, Char >::char_type |
| typedef OutputIt internal::context_base< OutputIt, Context, Char >::iterator |
|
inline |
Constructs a basic_format_context object. References to the arguments are stored in the object so make sure they have appropriate lifetimes.
|
inline |
| basic_format_context< Range, Char >::format_arg basic_format_context< Range, Char >::get_arg | ( | basic_string_view< char_type > | name | ) |
|
inline |