Vcsn
2.0
Be Rational
|
#include <iostream>
#include <set>
#include <vector>
Go to the source code of this file.
Macros | |
#define | V(S) #S ": " << S << ' ' |
Display S and its value. More... | |
#define | VV(S) "<" #S ":" __HERE__ << '>' << S << "</" << #S << '>' |
Display S and its value in pseudo XML tags, in case of nesting. More... | |
#define | SHOW(S) std::cerr << S << std::endl |
#define | SHOWV(S) SHOW(V(S)) |
#define | __HERE__ __FILE__ ": " << __LINE__ |
#define | SHOWH(S) SHOW(__HERE__ << ": " << S) |
Functions | |
template<typename T > | |
ostream & | std::operator<< (ostream &o, set< T > &ts) |
template<typename T > | |
ostream & | std::operator<< (ostream &o, vector< T > &ts) |