Rcpp Version 1.0.9
|
Classes | |
struct | is_convertible |
struct | is_wchar |
struct | is_wchar< wchar_t * > |
struct | is_wchar< const wchar_t * > |
struct | is_wchar< const wchar_t[n]> |
struct | is_wchar< wchar_t[n]> |
struct | formatValueAsType |
struct | formatValueAsType< T, fmtT, true > |
struct | convertToInt |
struct | convertToInt< T, true > |
class | FormatArg |
class | FormatListN |
class | FormatListN< 0 > |
Functions | |
template<typename T > | |
void | formatTruncated (std::ostream &out, const T &value, int ntrunc) |
int | parseIntAndAdvance (const char *&c) |
const char * | printFormatStringLiteral (std::ostream &out, const char *fmt) |
const char * | streamStateFromFormat (std::ostream &out, bool &spacePadPositive, int &ntrunc, const char *fmtStart, const detail::FormatArg *formatters, int &argIndex, int numFormatters) |
void | formatImpl (std::ostream &out, const char *fmt, const detail::FormatArg *formatters, int numFormatters) |
|
inline |
Definition at line 785 of file tinyformat.h.
References tinyformat::detail::FormatArg::format(), printFormatStringLiteral(), streamStateFromFormat(), and TINYFORMAT_ERROR.
Referenced by tinyformat::vformat().
|
inline |
Definition at line 271 of file tinyformat.h.
References Rcpp::algorithm::min().
Referenced by tinyformat::formatValue().
|
inline |
Definition at line 546 of file tinyformat.h.
Referenced by streamStateFromFormat().
|
inline |
Definition at line 560 of file tinyformat.h.
Referenced by formatImpl().
|
inline |
Definition at line 594 of file tinyformat.h.
References parseIntAndAdvance(), TINYFORMAT_ERROR, and tinyformat::detail::FormatArg::toInt().
Referenced by formatImpl().