mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes
m::PlanTableDecorator< Actual > Struct Template Reference

#include <PlanTable.hpp>

Collaboration diagram for m::PlanTableDecorator< Actual >:
[legend]

Public Member Functions

 PlanTableDecorator ()=default
 
 PlanTableDecorator (Actual &&table)
 

Protected Member Functions

auto begin ()
 
auto end ()
 

Protected Attributes

Actual table_
 

Detailed Description

template<typename Actual>
requires requires { typename PlanTableBase<Actual>; }
struct m::PlanTableDecorator< Actual >

Definition at line 374 of file PlanTable.hpp.

Constructor & Destructor Documentation

◆ PlanTableDecorator() [1/2]

template<typename Actual >
m::PlanTableDecorator< Actual >::PlanTableDecorator ( )
default

◆ PlanTableDecorator() [2/2]

template<typename Actual >
m::PlanTableDecorator< Actual >::PlanTableDecorator ( Actual &&  table)
inlineexplicit

Definition at line 381 of file PlanTable.hpp.

Member Function Documentation

◆ begin()

template<typename Actual >
auto m::PlanTableDecorator< Actual >::begin ( )
inlineprotected

Definition at line 384 of file PlanTable.hpp.

◆ end()

template<typename Actual >
auto m::PlanTableDecorator< Actual >::end ( )
inlineprotected

Definition at line 385 of file PlanTable.hpp.

Field Documentation

◆ table_

template<typename Actual >
Actual m::PlanTableDecorator< Actual >::table_
protected

Definition at line 377 of file PlanTable.hpp.


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