Vcsn
2.3
Be Rational
|
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/indent.hh>
#include <vcsn/misc/memory.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/type_traits.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::rat | |
Macros | |
#define | CASE(T) case type_t::T: o << #T; break |
#define | DEFINE |
#define | CASE(Type) |
#define | VISIT(Type) |
Functions | |
std::ostream & | vcsn::rat::operator<< (std::ostream &o, type_t t) |
Print a expression type. More... | |
#define CASE | ( | T | ) | case type_t::T: o << #T; break |
Referenced by vcsn::rat::operator<<(), and vcsn::rat::printer< ExpSet >::precedence_().
#define CASE | ( | Type | ) |
#define DEFINE |
Definition at line 47 of file printer.hxx.
#define VISIT | ( | Type | ) |
Definition at line 195 of file printer.hxx.