mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Macros
Type.cpp File Reference
#include <mutable/catalog/Type.hpp>
Include dependency graph for Type.cpp:

Go to the source code of this file.

Macros

#define ACCEPT(TYPE)
 

Macro Definition Documentation

◆ ACCEPT

#define ACCEPT (   TYPE)
Value:
void TYPE::accept(TypeVisitor &v) { v(*this); } \
void TYPE::accept(ConstTypeVisitor &v) const { v(*this); }

Definition at line 116 of file Type.cpp.