TooN Algorithm Library - tag  0.2
Namespaces | Macros | Functions | Variables
printf.h File Reference
#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
 

Macros

#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 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)
 

Variables

static const T_ListEnd tag::Fmt =TupleHead