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 40 of file visitor.hh.
 
 
      
        
          | #define VCSN_RAT_UNSUPPORTED | 
          ( | 
            | 
          Type | ) | 
           | 
        
      
 
Value:
  {                                                     \
    raise(me(), ": " #Type " is not supported");        \
  }
#define VCSN_RAT_VISIT(Type, Val)                                          
 
 
Definition at line 68 of file visitor.hh.
 
 
      
        
          | #define VCSN_RAT_VISIT | 
          ( | 
            | 
          Type,  | 
        
        
           | 
           | 
            | 
          Val  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:using Type ## _t = typename super_t::Type ## _t;      \
  virtual void visit(const Type ## _t& Val) override
 
Definition at line 64 of file visitor.hh.