#include <awali/sttc/misc/escape.hh>
#include <awali/sttc/misc/indent.hh>
#include <awali/sttc/misc/raise.hh>
Go to the source code of this file.
|
| #define | CASE(T) case type_t::T: o << #T; break |
| |
| #define | CASE(Type) |
| |
| #define | DEFINE |
| |
| #define | VISIT(Type) |
| |
◆ CASE [1/2]
| #define CASE |
( |
|
T | ) |
case type_t::T: o << #T; break |
◆ CASE [2/2]
Value: case exp::type_t::Type: \
return precedence_t::Type;
◆ DEFINE
Value: template <typename RatExpSet> \
inline \
auto \
printer<RatExpSet>
◆ VISIT
Value: DEFINE::visit(const Type ## _t& v) \
-> void