Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <tinyformat.h>
Public Member Functions | |
FormatArg () | |
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 |
void(* | m_formatImpl )(std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc, const void *value) |
int(* | m_toIntImpl )(const void *value) |
Detailed Description
Definition at line 495 of file tinyformat.h.
Constructor & Destructor Documentation
◆ FormatArg() [1/2]
|
inline |
Definition at line 498 of file tinyformat.h.
◆ FormatArg() [2/2]
|
inlineexplicit |
Definition at line 505 of file tinyformat.h.
Member Function Documentation
◆ format()
|
inline |
Definition at line 511 of file tinyformat.h.
References m_formatImpl, and m_value.
Referenced by tinyformat::detail::formatImpl().
◆ formatImpl()
|
inlinestaticprivate |
Definition at line 528 of file tinyformat.h.
References tinyformat::formatValue().
◆ toInt()
|
inline |
Definition at line 519 of file tinyformat.h.
References m_toIntImpl, and m_value.
Referenced by tinyformat::detail::streamStateFromFormat().
◆ toIntImpl()
|
inlinestaticprivate |
Definition at line 535 of file tinyformat.h.
References tinyformat::detail::convertToInt< T, convertible >::invoke().
Member Data Documentation
◆ m_formatImpl
|
private |
Definition at line 541 of file tinyformat.h.
Referenced by format().
◆ m_toIntImpl
|
private |
Definition at line 543 of file tinyformat.h.
Referenced by toInt().
◆ m_value
|
private |
Definition at line 540 of file tinyformat.h.
The documentation for this class was generated from the following file:
- src/tinyformat.h