#include <tinyformat.h>
Definition at line 440 of file tinyformat.h.
Enumerator |
---|
Flag_None |
|
Flag_TruncateToPrecision |
|
Flag_SpacePadPositive |
|
Flag_VariableWidth |
|
Flag_VariablePrecision |
|
Definition at line 444 of file tinyformat.h.
tinyformat::detail::FormatIterator::FormatIterator |
( |
std::ostream & |
out, |
|
|
const char * |
fmt |
|
) |
| |
|
inline |
tinyformat::detail::FormatIterator::~FormatIterator |
( |
| ) |
|
|
inline |
tinyformat::detail::FormatIterator::FormatIterator |
( |
const FormatIterator & |
| ) |
|
|
private |
template<typename T >
void tinyformat::detail::FormatIterator::accept |
( |
const T & |
value | ) |
|
void tinyformat::detail::FormatIterator::finish |
( |
| ) |
|
|
inline |
template<typename T >
static bool tinyformat::detail::FormatIterator::formatCStringTruncate |
( |
std::ostream & |
, |
|
|
const T & |
, |
|
|
std::streamsize |
|
|
) |
| |
|
inlinestaticprivate |
static int tinyformat::detail::FormatIterator::parseIntAndAdvance |
( |
const char *& |
c | ) |
|
|
inlinestaticprivate |
static const char* tinyformat::detail::FormatIterator::printFormatStringLiteral |
( |
std::ostream & |
out, |
|
|
const char * |
fmt |
|
) |
| |
|
inlinestaticprivate |
const char * tinyformat::detail::FormatIterator::streamStateFromFormat |
( |
std::ostream & |
out, |
|
|
unsigned int & |
extraFlags, |
|
|
const char * |
fmtStart, |
|
|
int |
variableWidth, |
|
|
int |
variablePrecision |
|
) |
| |
|
inlinestaticprivate |
unsigned int tinyformat::detail::FormatIterator::m_extraFlags |
|
private |
const char* tinyformat::detail::FormatIterator::m_fmt |
|
private |
char tinyformat::detail::FormatIterator::m_origFill |
|
private |
std::ios::fmtflags tinyformat::detail::FormatIterator::m_origFlags |
|
private |
std::streamsize tinyformat::detail::FormatIterator::m_origPrecision |
|
private |
std::streamsize tinyformat::detail::FormatIterator::m_origWidth |
|
private |
std::ostream& tinyformat::detail::FormatIterator::m_out |
|
private |
int tinyformat::detail::FormatIterator::m_variablePrecision |
|
private |
int tinyformat::detail::FormatIterator::m_variableWidth |
|
private |
bool tinyformat::detail::FormatIterator::m_wantPrecision |
|
private |
bool tinyformat::detail::FormatIterator::m_wantWidth |
|
private |
The documentation for this class was generated from the following file: