![]() |
mutable
A Database System for Research and Fast Prototyping
|
A generic base class for implementing recursive interpreter::MatchBase
visitors.
More...
#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 | ~TheRecursiveMatchBaseVisitorBase () |
A generic base class for implementing recursive interpreter::MatchBase
visitors.
Definition at line 91 of file InterpreterOperator.hpp.
using m::interpreter::TheRecursiveMatchBaseVisitorBase< C >::Const = typename super::template Const<T> |
Definition at line 94 of file InterpreterOperator.hpp.
using m::interpreter::TheRecursiveMatchBaseVisitorBase< C >::super = std::conditional_t<C, ConstMatchBaseVisitor, MatchBaseVisitor> |
Definition at line 93 of file InterpreterOperator.hpp.
|
inlinevirtual |
Definition at line 96 of file InterpreterOperator.hpp.