List_add< E1, E2 >::const_iterator Struct Reference

Public Types

typedef E1::const_iterator E1Iter
 
typedef E2::const_iterator E2Iter
 
using difference_type = typename E1Iter::difference_type
 
using value_type = typename E1Iter::value_type
 
using pointer = typename E1Iter::pointer
 
using reference = typename E1Iter::reference
 
using iterator_category = typename E1Iter::iterator_category
 

Public Member Functions

 const_iterator (E1Iter uIter, E2Iter vIter)
 
auto operator* () const
 
auto operator[] (const difference_type i) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iterator operator+ (const difference_type i) const
 
const_iterator operator- (const difference_type i) const
 
difference_type operator- (const const_iterator &it) const
 
bool operator== (const const_iterator &it) const
 
bool operator!= (const const_iterator &it) const
 
bool operator< (const const_iterator &it) const
 
bool operator<= (const const_iterator &it) const
 
bool operator> (const const_iterator &it) const
 
bool operator>= (const const_iterator &it) const
 
const_iteratoroperator+= (const difference_type n)
 
const_iteratoroperator-= (const difference_type n)
 

Public Attributes

E1Iter uIter_
 
E2Iter vIter_
 

Detailed Description

template<typename E1, typename E2>
struct Foam::Expression::List_add< E1, E2 >::const_iterator

Definition at line 1771 of file ListExpression.H.

Member Typedef Documentation

◆ E1Iter

typedef E1::const_iterator E1Iter

Definition at line 1771 of file ListExpression.H.

◆ E2Iter

typedef E2::const_iterator E2Iter

Definition at line 1771 of file ListExpression.H.

◆ difference_type

using difference_type = typename E1Iter::difference_type

Definition at line 1771 of file ListExpression.H.

◆ value_type

using value_type = typename E1Iter::value_type

Definition at line 1771 of file ListExpression.H.

◆ pointer

using pointer = typename E1Iter::pointer

Definition at line 1771 of file ListExpression.H.

◆ reference

using reference = typename E1Iter::reference

Definition at line 1771 of file ListExpression.H.

◆ iterator_category

using iterator_category = typename E1Iter::iterator_category

Definition at line 1771 of file ListExpression.H.

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( E1Iter  uIter,
E2Iter  vIter 
)
inline

Definition at line 1771 of file ListExpression.H.

Member Function Documentation

◆ operator*()

auto operator* ( ) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator[]()

auto operator[] ( const difference_type  i) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator++() [1/2]

const_iterator& operator++ ( )
inline

Definition at line 1771 of file ListExpression.H.

◆ operator++() [2/2]

const_iterator operator++ ( int  )
inline

Definition at line 1771 of file ListExpression.H.

◆ operator--() [1/2]

const_iterator& operator-- ( )
inline

Definition at line 1771 of file ListExpression.H.

◆ operator--() [2/2]

const_iterator operator-- ( int  )
inline

Definition at line 1771 of file ListExpression.H.

◆ operator+()

const_iterator operator+ ( const difference_type  i) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator-() [1/2]

const_iterator operator- ( const difference_type  i) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator-() [2/2]

difference_type operator- ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator==()

bool operator== ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator!=()

bool operator!= ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator<()

bool operator< ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator<=()

bool operator<= ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator>()

bool operator> ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator>=()

bool operator>= ( const const_iterator it) const
inline

Definition at line 1771 of file ListExpression.H.

◆ operator+=()

const_iterator& operator+= ( const difference_type  n)
inline

Definition at line 1771 of file ListExpression.H.

◆ operator-=()

const_iterator& operator-= ( const difference_type  n)
inline

Definition at line 1771 of file ListExpression.H.

Member Data Documentation

◆ uIter_

E1Iter uIter_

Definition at line 1771 of file ListExpression.H.

◆ vIter_

E2Iter vIter_

Definition at line 1771 of file ListExpression.H.


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