![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <tinyformat.h>
Public Member Functions | |
| FormatArg ()=default | |
| template<typename T> | |
| FormatArg (const T &value) | |
| void | format (std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc) const |
| int | toInt () const |
Static Private Member Functions | |
| template<typename T> | |
| static TINYFORMAT_HIDDEN void | formatImpl (std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc, const void *value) |
| template<typename T> | |
| static TINYFORMAT_HIDDEN int | toIntImpl (const void *value) |
Private Attributes | |
| const void * | m_value {nullptr} |
| void(* | m_formatImpl )(std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc, const void *value) |
| int(* | m_toIntImpl )(const void *value) |
Definition at line 527 of file tinyformat.h.
|
default |
|
inline |
|
inlinestaticprivate |
Definition at line 556 of file tinyformat.h.
|
inline |
Definition at line 547 of file tinyformat.h.
|
inlinestaticprivate |
Definition at line 563 of file tinyformat.h.
|
inlineprivate |
Definition at line 569 of file tinyformat.h.
|
inlineprivate |
Definition at line 571 of file tinyformat.h.
|
private |
Definition at line 568 of file tinyformat.h.