mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Private Attributes
m::Table::the_iterator< V, H > Struct Template Reference

#include <Schema.hpp>

Collaboration diagram for m::Table::the_iterator< V, H >:
[legend]

Public Types

using value_type = Attribute
 
using it_type = table_type::const_iterator
 
using difference_type = std::ptrdiff_t
 
using pointer = const value_type *
 
using reference = const value_type &
 

Public Member Functions

 the_iterator ()=default
 
 the_iterator (it_type start, it_type end)
 
 the_iterator (it_type it, it_type start, it_type end)
 
the_iteratoroperator++ ()
 
the_iterator operator++ (int)
 
the_iteratoroperator-- ()
 
the_iterator operator-- (int)
 
reference operator* () const
 
pointer operator-> () const
 
bool operator== (const the_iterator &other) const
 
bool operator!= (const the_iterator &other) const
 
the_iteratoroperator+= (int offset)
 
the_iteratoroperator-= (int offset)
 
difference_type operator- (the_iterator other) const
 

Static Public Attributes

static constexpr bool Show_Visible = V
 
static constexpr bool Show_Hidden = H
 

Private Attributes

it_type it_
 
it_type start_
 
it_type end_
 

Detailed Description

template<bool V, bool H>
struct m::Table::the_iterator< V, H >

Definition at line 393 of file Schema.hpp.

Member Typedef Documentation

◆ difference_type

template<bool V, bool H>
using m::Table::the_iterator< V, H >::difference_type = std::ptrdiff_t

Definition at line 401 of file Schema.hpp.

◆ it_type

template<bool V, bool H>
using m::Table::the_iterator< V, H >::it_type = table_type::const_iterator

Definition at line 400 of file Schema.hpp.

◆ pointer

template<bool V, bool H>
using m::Table::the_iterator< V, H >::pointer = const value_type*

Definition at line 402 of file Schema.hpp.

◆ reference

template<bool V, bool H>
using m::Table::the_iterator< V, H >::reference = const value_type&

Definition at line 403 of file Schema.hpp.

◆ value_type

template<bool V, bool H>
using m::Table::the_iterator< V, H >::value_type = Attribute

Definition at line 399 of file Schema.hpp.

Constructor & Destructor Documentation

◆ the_iterator() [1/3]

template<bool V, bool H>
m::Table::the_iterator< V, H >::the_iterator ( )
default

◆ the_iterator() [2/3]

template<bool V, bool H>
m::Table::the_iterator< V, H >::the_iterator ( it_type  start,
it_type  end 
)
inline

Definition at line 410 of file Schema.hpp.

References and().

◆ the_iterator() [3/3]

template<bool V, bool H>
m::Table::the_iterator< V, H >::the_iterator ( it_type  it,
it_type  start,
it_type  end 
)
inline

Definition at line 422 of file Schema.hpp.

Member Function Documentation

◆ operator!=()

template<bool V, bool H>
bool m::Table::the_iterator< V, H >::operator!= ( const the_iterator< V, H > &  other) const
inline

Definition at line 460 of file Schema.hpp.

◆ operator*()

template<bool V, bool H>
reference m::Table::the_iterator< V, H >::operator* ( ) const
inline

Definition at line 454 of file Schema.hpp.

◆ operator++() [1/2]

template<bool V, bool H>
the_iterator & m::Table::the_iterator< V, H >::operator++ ( )
inline

Definition at line 424 of file Schema.hpp.

References and().

◆ operator++() [2/2]

template<bool V, bool H>
the_iterator m::Table::the_iterator< V, H >::operator++ ( int  )
inline

◆ operator+=()

template<bool V, bool H>
the_iterator & m::Table::the_iterator< V, H >::operator+= ( int  offset)
inline

Definition at line 462 of file Schema.hpp.

References and().

◆ operator-()

template<bool V, bool H>
difference_type m::Table::the_iterator< V, H >::operator- ( the_iterator< V, H >  other) const
inline

Definition at line 501 of file Schema.hpp.

References and(), and m::Table::the_iterator< V, H >::it_.

◆ operator--() [1/2]

template<bool V, bool H>
the_iterator & m::Table::the_iterator< V, H >::operator-- ( )
inline

Definition at line 439 of file Schema.hpp.

References and().

◆ operator--() [2/2]

template<bool V, bool H>
the_iterator m::Table::the_iterator< V, H >::operator-- ( int  )
inline

◆ operator-=()

template<bool V, bool H>
the_iterator & m::Table::the_iterator< V, H >::operator-= ( int  offset)
inline

Definition at line 481 of file Schema.hpp.

References and().

◆ operator->()

template<bool V, bool H>
pointer m::Table::the_iterator< V, H >::operator-> ( ) const
inline

Definition at line 455 of file Schema.hpp.

◆ operator==()

template<bool V, bool H>
bool m::Table::the_iterator< V, H >::operator== ( const the_iterator< V, H > &  other) const
inline

Field Documentation

◆ end_

template<bool V, bool H>
it_type m::Table::the_iterator< V, H >::end_
private

Definition at line 406 of file Schema.hpp.

Referenced by m::Table::the_iterator< V, H >::operator==().

◆ it_

template<bool V, bool H>
it_type m::Table::the_iterator< V, H >::it_
private

◆ Show_Hidden

template<bool V, bool H>
constexpr bool m::Table::the_iterator< V, H >::Show_Hidden = H
staticconstexpr

Definition at line 396 of file Schema.hpp.

◆ Show_Visible

template<bool V, bool H>
constexpr bool m::Table::the_iterator< V, H >::Show_Visible = V
staticconstexpr

Definition at line 395 of file Schema.hpp.

◆ start_

template<bool V, bool H>
it_type m::Table::the_iterator< V, H >::start_
private

Definition at line 406 of file Schema.hpp.

Referenced by m::Table::the_iterator< V, H >::operator==().


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