Go to the source code of this file.
Value:using Type ## _t = Type<context_t>; \
virtual
void visit(
const Type ## _t&
v)
Definition at line 46 of file visitor.hh.
#define VCSN_RAT_UNSUPPORTED |
( |
|
Type | ) |
|
Value:
{ \
raise(me(), ": operator " #Type " not supported: ", \
}
#define VCSN_RAT_VISIT(Type, Val)
std::string to_string(identities i)
Wrapper around operator<<.
Definition at line 74 of file visitor.hh.
#define VCSN_RAT_VISIT |
( |
|
Type, |
|
|
|
Val |
|
) |
| |
Value:using Type ## _t = typename super_t::Type ## _t; \
void visit(const Type ## _t& Val) override
Definition at line 70 of file visitor.hh.