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

#include <InterpreterOperator.hpp>

Inheritance diagram for m::interpreter::ThePreOrderMatchBaseVisitor< C >:
[legend]
Collaboration diagram for m::interpreter::ThePreOrderMatchBaseVisitor< 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 ~ThePreOrderMatchBaseVisitor ()
 
void operator() (Const< MatchBase > &)
 

Detailed Description

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

Definition at line 108 of file InterpreterOperator.hpp.

Member Typedef Documentation

◆ Const

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

Definition at line 111 of file InterpreterOperator.hpp.

◆ super

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

Definition at line 110 of file InterpreterOperator.hpp.

Constructor & Destructor Documentation

◆ ~ThePreOrderMatchBaseVisitor()

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

Definition at line 113 of file InterpreterOperator.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 50 of file InterpreterOperator.cpp.


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