|
Rcpp Version 1.1.2
|
#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) |
Definition at line 492 of file tinyformat.h.
|
inline |
Definition at line 495 of file tinyformat.h.
References m_formatImpl, m_toIntImpl, and m_value.
|
inline |
Definition at line 502 of file tinyformat.h.
References formatImpl(), m_formatImpl, m_toIntImpl, m_value, and toIntImpl().

|
inline |
Definition at line 508 of file tinyformat.h.
References m_formatImpl, m_value, and TINYFORMAT_ASSERT.
Referenced by tinyformat::detail::formatImpl().
|
inlinestaticprivate |
Definition at line 525 of file tinyformat.h.
References tinyformat::formatValue(), and TINYFORMAT_HIDDEN.
Referenced by FormatArg().

|
inline |
Definition at line 516 of file tinyformat.h.
References m_toIntImpl, m_value, and TINYFORMAT_ASSERT.
Referenced by tinyformat::detail::streamStateFromFormat().
|
inlinestaticprivate |
Definition at line 532 of file tinyformat.h.
References tinyformat::detail::convertToInt< T, convertible >::invoke(), and TINYFORMAT_HIDDEN.
Referenced by FormatArg().

|
private |
Definition at line 538 of file tinyformat.h.
Referenced by format(), FormatArg(), and FormatArg().
|
private |
Definition at line 540 of file tinyformat.h.
Referenced by FormatArg(), FormatArg(), and toInt().
|
private |
Definition at line 537 of file tinyformat.h.
Referenced by format(), FormatArg(), FormatArg(), and toInt().