Loading...
Searching...
No Matches
List_negate< E1 >::const_iterator Struct Reference

#include <ListExpression.H>

Public Types

typedef E1::const_iterator ConstIter
using difference_type = typename ConstIter::difference_type
using value_type = typename ConstIter::value_type
using pointer = typename ConstIter::pointer
using reference = typename ConstIter::reference
using iterator_category = typename ConstIter::iterator_category

Public Member Functions

 const_iterator (ConstIter it)
value_type operator* () const
value_type 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

ConstIter base_

Detailed Description

template<typename E1>
struct Foam::Expression::List_negate< E1 >::const_iterator

Definition at line 1128 of file ListExpression.H.

Member Typedef Documentation

◆ ConstIter

template<typename E1>
typedef E1::const_iterator ConstIter

Definition at line 1132 of file ListExpression.H.

◆ difference_type

template<typename E1>
using difference_type = typename ConstIter::difference_type

Definition at line 1133 of file ListExpression.H.

◆ value_type

template<typename E1>
using value_type = typename ConstIter::value_type

Definition at line 1134 of file ListExpression.H.

◆ pointer

template<typename E1>
using pointer = typename ConstIter::pointer

Definition at line 1135 of file ListExpression.H.

◆ reference

template<typename E1>
using reference = typename ConstIter::reference

Definition at line 1136 of file ListExpression.H.

◆ iterator_category

template<typename E1>
using iterator_category = typename ConstIter::iterator_category

Definition at line 1137 of file ListExpression.H.

Constructor & Destructor Documentation

◆ const_iterator()

template<typename E1>
const_iterator ( ConstIter it)
inline

Definition at line 1141 of file ListExpression.H.

References base_.

Referenced by operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().

Here is the caller graph for this function:

Member Function Documentation

◆ operator*()

template<typename E1>
value_type operator* ( ) const
inline

Definition at line 1142 of file ListExpression.H.

◆ operator[]()

template<typename E1>
value_type operator[] ( const difference_type i) const
inline

Definition at line 1146 of file ListExpression.H.

References base_.

◆ operator++() [1/2]

template<typename E1>
const_iterator & operator++ ( )
inline

Definition at line 1150 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator++() [2/2]

template<typename E1>
const_iterator operator++ ( int )
inline

Definition at line 1155 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator--() [1/2]

template<typename E1>
const_iterator & operator-- ( )
inline

Definition at line 1161 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator--() [2/2]

template<typename E1>
const_iterator operator-- ( int )
inline

Definition at line 1166 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator+()

template<typename E1>
const_iterator operator+ ( const difference_type i) const
inline

Definition at line 1172 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator-() [1/2]

template<typename E1>
const_iterator operator- ( const difference_type i) const
inline

Definition at line 1176 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator-() [2/2]

template<typename E1>
difference_type operator- ( const const_iterator & it) const
inline

Definition at line 1180 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator==()

template<typename E1>
bool operator== ( const const_iterator & it) const
inline

Definition at line 1184 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator!=()

template<typename E1>
bool operator!= ( const const_iterator & it) const
inline

Definition at line 1188 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator<()

template<typename E1>
bool operator< ( const const_iterator & it) const
inline

Definition at line 1192 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator<=()

template<typename E1>
bool operator<= ( const const_iterator & it) const
inline

Definition at line 1196 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator>()

template<typename E1>
bool operator> ( const const_iterator & it) const
inline

Definition at line 1200 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator>=()

template<typename E1>
bool operator>= ( const const_iterator & it) const
inline

Definition at line 1204 of file ListExpression.H.

References base_, and const_iterator().

Here is the call graph for this function:

◆ operator+=()

template<typename E1>
const_iterator & operator+= ( const difference_type n)
inline

Definition at line 1208 of file ListExpression.H.

References base_, const_iterator(), and n.

Here is the call graph for this function:

◆ operator-=()

template<typename E1>
const_iterator & operator-= ( const difference_type n)
inline

Definition at line 1213 of file ListExpression.H.

References base_, const_iterator(), and n.

Here is the call graph for this function:

Member Data Documentation

◆ base_


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