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

#include <WasmOperator.hpp>

Inheritance diagram for m::wasm::ThePostOrderMatchBaseVisitor< C >:
[legend]
Collaboration diagram for m::wasm::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::wasm::ThePostOrderMatchBaseVisitor< C >

Definition at line 1261 of file WasmOperator.hpp.

Member Typedef Documentation

◆ Const

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

Definition at line 1264 of file WasmOperator.hpp.

◆ super

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

Definition at line 1263 of file WasmOperator.hpp.

Constructor & Destructor Documentation

◆ ~ThePostOrderMatchBaseVisitor()

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

Definition at line 1266 of file WasmOperator.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 6379 of file WasmOperator.cpp.


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