mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Private Attributes
m::detail::the_condition_entry_templated_iterator< Actual, C, Entry > Struct Template Reference

Helper struct for templated iterators. More...

#include <PhysicalPlanTable.hpp>

Inheritance diagram for m::detail::the_condition_entry_templated_iterator< Actual, C, Entry >:
[legend]
Collaboration diagram for m::detail::the_condition_entry_templated_iterator< Actual, C, Entry >:
[legend]

Public Types

using entry_type = Entry
 
using value_type = condition_entry_t< entry_type >
 
using reference = std::conditional_t< IsConst, const value_type &, value_type & >
 
using pointer = std::conditional_t< IsConst, const value_type *, value_type * >
 
using actual_type = ConcreteType
 

Public Member Functions

bool operator== (const the_condition_entry_iterator &other) const
 
bool operator!= (const the_condition_entry_iterator &other) const
 
the_condition_entry_iteratoroperator++ ()
 
the_condition_entry_iterator operator++ (int)
 
reference operator* () const
 
pointer operator-> () const
 
actual_typeactual ()
 
const actual_typeactual () const
 

Static Public Attributes

static constexpr bool IsConst
 

Private Attributes

friend CRTPBaseType< ConcreteType, B, TParams... >
 

Detailed Description

template<template< bool > typename Actual, bool C, typename Entry>
struct m::detail::the_condition_entry_templated_iterator< Actual, C, Entry >

Helper struct for templated iterators.

Delegates to the_condition_entry_iterator.

Definition at line 67 of file PhysicalPlanTable.hpp.

Member Typedef Documentation

◆ actual_type

template<typename ConcreteType , template< typename, bool, typename... > typename CRTPBaseType, bool B, typename... TParams>
using m::crtp_boolean< ConcreteType, CRTPBaseType, B, TParams >::actual_type = ConcreteType
inherited

Definition at line 66 of file crtp.hpp.

◆ entry_type

using m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::entry_type = Entry
inherited

Definition at line 44 of file PhysicalPlanTable.hpp.

◆ pointer

using m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::pointer = std::conditional_t<IsConst, const value_type*, value_type*>
inherited

Definition at line 49 of file PhysicalPlanTable.hpp.

◆ reference

using m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::reference = std::conditional_t<IsConst, const value_type&, value_type&>
inherited

Definition at line 48 of file PhysicalPlanTable.hpp.

◆ value_type

using m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::value_type = condition_entry_t<entry_type>
inherited

Definition at line 47 of file PhysicalPlanTable.hpp.

Member Function Documentation

◆ actual() [1/2]

template<typename ConcreteType , template< typename, bool, typename... > typename CRTPBaseType, bool B, typename... TParams>
actual_type & m::crtp_boolean< ConcreteType, CRTPBaseType, B, TParams >::actual ( )
inlineinherited

Definition at line 67 of file crtp.hpp.

◆ actual() [2/2]

template<typename ConcreteType , template< typename, bool, typename... > typename CRTPBaseType, bool B, typename... TParams>
const actual_type & m::crtp_boolean< ConcreteType, CRTPBaseType, B, TParams >::actual ( ) const
inlineinherited

Definition at line 68 of file crtp.hpp.

◆ operator!=()

bool m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator!= ( const the_condition_entry_iterator< Actual< C >, C, Entry > &  other) const
inlineinherited

Definition at line 54 of file PhysicalPlanTable.hpp.

◆ operator*()

reference m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator* ( ) const
inlineinherited

Definition at line 61 of file PhysicalPlanTable.hpp.

◆ operator++() [1/2]

the_condition_entry_iterator & m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator++ ( )
inlineinherited

Definition at line 58 of file PhysicalPlanTable.hpp.

◆ operator++() [2/2]

the_condition_entry_iterator m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator++ ( int  )
inlineinherited

Definition at line 59 of file PhysicalPlanTable.hpp.

◆ operator->()

pointer m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator-> ( ) const
inlineinherited

Definition at line 62 of file PhysicalPlanTable.hpp.

◆ operator==()

bool m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::operator== ( const the_condition_entry_iterator< Actual< C >, C, Entry > &  other) const
inlineinherited

Definition at line 51 of file PhysicalPlanTable.hpp.

Field Documentation

◆ CRTPBaseType< ConcreteType, B, TParams... >

template<typename ConcreteType , template< typename, bool, typename... > typename CRTPBaseType, bool B, typename... TParams>
friend m::crtp_boolean< ConcreteType, CRTPBaseType, B, TParams >::CRTPBaseType< ConcreteType, B, TParams... >
privateinherited

Definition at line 72 of file crtp.hpp.

◆ IsConst

constexpr bool m::detail::the_condition_entry_iterator< Actual< C > , C, Entry >::IsConst
staticconstexprinherited

Definition at line 45 of file PhysicalPlanTable.hpp.


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