#include <iostream>#include <iomanip>#include <sstream>#include <string>#include <cctype>#include <tag/tuple.h>Include dependency graph for printf.h:
Go to the source code of this file.
Namespaces | |
| namespace | tag |
Defines | |
| #define | Printf(A,) vPrintf(A, (tag::Fmt,## __VA_ARGS__)) |
| #define | fPrintf(A, B,) vfPrintf(A,B, (tag::Fmt,## __VA_ARGS__)) |
| #define | sPrintf(A,) vsPrintf(A, (tag::Fmt,## __VA_ARGS__)) |
Functions | |
| template<class A, class B, class C, class D> | |
| void | vfPrintf (std::basic_ostream< A, B > &o, const std::string fmt, const T_list< C, D > &l) |
| template<class C, class D> | |
| void | vPrintf (const std::string fmt, const T_list< C, D > &l) |
| template<class C, class D> | |
| std::string | vsPrintf (const std::string &fmt, const T_list< C, D > &l) |
Variables | |
| const T_ListEnd | Fmt = TupleHead |
1.3.9.1