#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <cctype>
#include <tag/tuple.h>
Go to the source code of this file.
|
#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__)) |
|
|
template<class A , class B , class C , class D > |
void | tag::vfPrintf (std::basic_ostream< A, B > &o, const std::string fmt, const T_list< C, D > &l) |
|
template<class C , class D > |
void | tag::vPrintf (const std::string fmt, const T_list< C, D > &l) |
|
template<class C , class D > |
std::string | tag::vsPrintf (const std::string &fmt, const T_list< C, D > &l) |
|
|
static const T_ListEnd | tag::Fmt =TupleHead |
|