![]() |
mutable
A Database System for Research and Fast Prototyping
|
A helper class to define virtual
visit methods for all classes in.
More...
#include <Visitor.hpp>
Public Types | |
using | super = visitor_method_helper< ConcreteVisitor, Base, Hierarchy... > |
template<typename T > | |
using | Const = typename super::template Const< T > |
Public Member Functions | |
virtual void | operator() (Const< Hierarchy... > &) |
A helper class to define virtual
visit methods for all classes in.
Hierarchy. |
Definition at line 80 of file Visitor.hpp.
using m::detail::VisitorImpl< ConcreteVisitor, Base, Hierarchy >::Const = typename super::template Const<T> |
Definition at line 83 of file Visitor.hpp.
using m::detail::VisitorImpl< ConcreteVisitor, Base, Hierarchy >::super = visitor_method_helper<ConcreteVisitor, Base, Hierarchy...> |
Definition at line 82 of file Visitor.hpp.
|
inlinevirtualinherited |
Definition at line 64 of file Visitor.hpp.