Bitcoin ABC 0.30.3
P2P Digital Currency
|
Classes | |
struct | convertToInt |
struct | convertToInt< T, true > |
class | FormatArg |
class | FormatListN |
class | FormatListN< 0 > |
struct | formatValueAsType |
struct | formatValueAsType< T, fmtT, true > |
struct | is_convertible |
struct | is_wchar |
struct | is_wchar< const wchar_t * > |
struct | is_wchar< const wchar_t[n]> |
struct | is_wchar< wchar_t * > |
struct | is_wchar< wchar_t[n]> |
Functions | |
template<typename T > | |
void | formatTruncated (std::ostream &out, const T &value, int ntrunc) |
int | parseIntAndAdvance (const char *&c) |
bool | parseWidthOrPrecision (int &n, const char *&c, bool positionalMode, const detail::FormatArg *args, int &argIndex, int numArgs) |
const char * | printFormatStringLiteral (std::ostream &out, const char *fmt) |
const char * | streamStateFromFormat (std::ostream &out, bool &positionalMode, bool &spacePadPositive, int &ntrunc, const char *fmtStart, const detail::FormatArg *args, int &argIndex, int numArgs) |
void | formatImpl (std::ostream &out, const char *fmt, const detail::FormatArg *args, int numArgs) |
|
inline |
Definition at line 931 of file tinyformat.h.
|
inline |
|
inline |
|
inline |
Definition at line 630 of file tinyformat.h.
|
inline |
|
inline |
Definition at line 719 of file tinyformat.h.