![]() |
Vcsn
2.8
Be Rational
|
#include <vcsn/core/rat/fwd.hh>
#include <vcsn/misc/builtins.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/core/rat/visitor.hxx>
Go to the source code of this file.
Classes | |
class | vcsn::rat::const_visitor< Context > |
Namespaces | |
vcsn | |
vcsn::rat | |
Macros | |
#define | DEFINE(Type) |
#define | VCSN_RAT_VISIT(Type, Val) |
#define | VCSN_RAT_UNSUPPORTED(Type) |
#define DEFINE | ( | Type | ) |
Definition at line 46 of file visitor.hh.
#define VCSN_RAT_UNSUPPORTED | ( | Type | ) |
Definition at line 75 of file visitor.hh.
Referenced by vcsn::rat::thompson_visitor< Aut, ExpSet >::operator()(), vcsn::rat::zpc_visitor< Aut, ExpSet >::operator()(), vcsn::rat::derivation_visitor< ExpSet >::operator()(), vcsn::rat::standard_visitor< Aut, ExpSet >::operator()(), and vcsn::rat::star_normal_form_visitor< ExpSet >::VCSN_RAT_VISIT().
#define VCSN_RAT_VISIT | ( | Type, | |
Val | |||
) |
Definition at line 71 of file visitor.hh.
Referenced by vcsn::rat::printer< ExpSet >::print_(), and vcsn::rat::printer< ExpSet >::VCSN_RAT_VISIT().