|
Rcpp Version 1.1.2
|
#include <tinyformat.h>


Public Member Functions | |
| FormatList (detail::FormatArg *formatters, int N) | |
Private Attributes | |
| const detail::FormatArg * | m_formatters |
| int | m_N |
Friends | |
| void | vformat (std::ostream &out, const char *fmt, const FormatList &list) |
List of template arguments format(), held in a type-opaque way.
A const reference to FormatList (typedef'd as FormatListRef) may be conveniently used to pass arguments to non-template functions: All type information has been stripped from the arguments, leaving just enough of a common interface to perform formatting as required.
Definition at line 852 of file tinyformat.h.
|
inline |
Definition at line 855 of file tinyformat.h.
References m_formatters, and m_N.
Referenced by tinyformat::detail::FormatListN< 0 >::FormatListN(), and vformat.
|
friend |
References FormatList().
|
private |
Definition at line 862 of file tinyformat.h.
Referenced by FormatList(), and tinyformat::vformat().
|
private |
Definition at line 863 of file tinyformat.h.
Referenced by FormatList(), and tinyformat::vformat().