mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
m::detail::condition_entry_t< Entry > Struct Template Reference

Helper struct to unite ConditionSets and entries of type. More...

#include <PhysicalPlanTable.hpp>

Collaboration diagram for m::detail::condition_entry_t< Entry >:
[legend]

Public Member Functions

 condition_entry_t (ConditionSet &&condition, Entry &&entry)
 
 condition_entry_t ()=delete
 
 condition_entry_t (condition_entry_t &&)=default
 
condition_entry_toperator= (condition_entry_t &&)=delete
 

Data Fields

ConditionSet condition
 
Entry entry
 

Detailed Description

template<typename Entry>
struct m::detail::condition_entry_t< Entry >

Helper struct to unite ConditionSets and entries of type.

Template Parameters
Entry.

Definition at line 20 of file PhysicalPlanTable.hpp.

Constructor & Destructor Documentation

◆ condition_entry_t() [1/3]

template<typename Entry >
m::detail::condition_entry_t< Entry >::condition_entry_t ( ConditionSet &&  condition,
Entry &&  entry 
)
inline

Definition at line 25 of file PhysicalPlanTable.hpp.

◆ condition_entry_t() [2/3]

template<typename Entry >
m::detail::condition_entry_t< Entry >::condition_entry_t ( )
delete

◆ condition_entry_t() [3/3]

template<typename Entry >
m::detail::condition_entry_t< Entry >::condition_entry_t ( condition_entry_t< Entry > &&  )
default

Member Function Documentation

◆ operator=()

template<typename Entry >
condition_entry_t & m::detail::condition_entry_t< Entry >::operator= ( condition_entry_t< Entry > &&  )
delete

Field Documentation

◆ condition

template<typename Entry >
ConditionSet m::detail::condition_entry_t< Entry >::condition

Definition at line 22 of file PhysicalPlanTable.hpp.

◆ entry

template<typename Entry >
Entry m::detail::condition_entry_t< Entry >::entry

Definition at line 23 of file PhysicalPlanTable.hpp.


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