mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types | Public Member Functions
m::interpreter::ThePostOrderMatchBaseVisitor< C > Struct Template Reference

#include <InterpreterOperator.hpp>

Inheritance diagram for m::interpreter::ThePostOrderMatchBaseVisitor< C >:
[legend]
Collaboration diagram for m::interpreter::ThePostOrderMatchBaseVisitor< C >:
[legend]

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 > &)
 

Detailed Description

template<bool C>
struct m::interpreter::ThePostOrderMatchBaseVisitor< C >

Definition at line 119 of file InterpreterOperator.hpp.

Member Typedef Documentation

◆ Const

template<bool C>
template<typename T >
using m::interpreter::ThePostOrderMatchBaseVisitor< C >::Const = typename super::template Const<T>

Definition at line 122 of file InterpreterOperator.hpp.

◆ super

template<bool C>
using m::interpreter::ThePostOrderMatchBaseVisitor< C >::super = std::conditional_t<C, ConstMatchBaseVisitor, MatchBaseVisitor>

Definition at line 121 of file InterpreterOperator.hpp.

Constructor & Destructor Documentation

◆ ~ThePostOrderMatchBaseVisitor()

template<bool C>
virtual m::interpreter::ThePostOrderMatchBaseVisitor< C >::~ThePostOrderMatchBaseVisitor ( )
inlinevirtual

Definition at line 124 of file InterpreterOperator.hpp.

Member Function Documentation

◆ operator()()

template<bool C>
void ThePostOrderMatchBaseVisitor::operator() ( Const< MatchBase > &  M)

Definition at line 56 of file InterpreterOperator.cpp.


The documentation for this struct was generated from the following files: