|
|
template<typename T > |
| | FormatArg (const T &value) |
| |
|
void | format (std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc) const |
| |
|
int | toInt () const |
| |
|
|
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) |
| |
|
|
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) |
| |
The documentation for this class was generated from the following file: