Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
context-printer.cc File Reference
#include <vcsn/dyn/context-printer.hh>
#include <boost/algorithm/string.hpp>
#include <vcsn/dyn/type-ast.hh>
#include <vcsn/misc/indent.hh>
#include <vcsn/misc/raise.hh>
Include dependency graph for context-printer.cc:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::ast
 

Macros

#define ALGO(In, Out)
 
#define DEFINE(Type)   void context_printer::visit(const Type& t)
 

Macro Definition Documentation

#define ALGO (   In,
  Out 
)
Value:
else if (h == In) \
h = Out

Referenced by vcsn::ast::context_printer::header_algo().

#define DEFINE (   Type)    void context_printer::visit(const Type& t)

Definition at line 116 of file context-printer.cc.