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: ", \
}
ATTRIBUTE_NORETURN void raise(Args &&...args)
Raise a runtime_error with the concatenation of args as message.
std::string to_string(identities i)
Wrapper around operator<<.
#define VCSN_RAT_VISIT(Type, Val)
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.