![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <InterpreterOperator.hpp>
Public Types | |
using | super = std::conditional_t< C, ConstMatchBaseVisitor, MatchBaseVisitor > |
template<typename T > | |
using | Const = typename super::template Const< T > |
Public Member Functions | |
virtual | ~ThePostOrderMatchBaseVisitor () |
void | operator() (Const< MatchBase > &) |
Definition at line 119 of file InterpreterOperator.hpp.
using m::interpreter::ThePostOrderMatchBaseVisitor< C >::Const = typename super::template Const<T> |
Definition at line 122 of file InterpreterOperator.hpp.
using m::interpreter::ThePostOrderMatchBaseVisitor< C >::super = std::conditional_t<C, ConstMatchBaseVisitor, MatchBaseVisitor> |
Definition at line 121 of file InterpreterOperator.hpp.
|
inlinevirtual |
Definition at line 124 of file InterpreterOperator.hpp.
Definition at line 56 of file InterpreterOperator.cpp.