#include <format.h>
Definition at line 1897 of file format.h.
◆ FormatterBase()
fmt::internal::FormatterBase::FormatterBase |
( |
const ArgList & |
args | ) |
|
|
inlineexplicitprotected |
◆ args()
const ArgList& fmt::internal::FormatterBase::args |
( |
| ) |
const |
|
inlineprotected |
◆ check_no_auto_index()
bool fmt::internal::FormatterBase::check_no_auto_index |
( |
const char *& |
error | ) |
|
|
inlineprotected |
◆ do_get_arg()
FMT_FUNC Arg fmt::internal::FormatterBase::do_get_arg |
( |
unsigned |
arg_index, |
|
|
const char *& |
error |
|
) |
| |
|
private |
◆ get_arg()
Arg fmt::internal::FormatterBase::get_arg |
( |
unsigned |
arg_index, |
|
|
const char *& |
error |
|
) |
| |
|
inlineprotected |
◆ next_arg()
Arg fmt::internal::FormatterBase::next_arg |
( |
const char *& |
error | ) |
|
|
inlineprotected |
◆ write()
template<typename Char >
void fmt::internal::FormatterBase::write |
( |
BasicWriter< Char > & |
w, |
|
|
const Char * |
start, |
|
|
const Char * |
end |
|
) |
| |
|
inlineprotected |
◆ args_
ArgList fmt::internal::FormatterBase::args_ |
|
private |
◆ next_arg_index_
int fmt::internal::FormatterBase::next_arg_index_ |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/flow123d/flow123d/src/system/fmt/format.h
- /home/runner/work/flow123d/flow123d/src/system/fmt/format.cc