Loading...
Searching...
No Matches
List_sqr< 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)
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

ConstIter base_

Detailed Description

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

Definition at line 1754 of file ListExpression.H.

Member Typedef Documentation

◆ ConstIter

template<typename E1>
typedef E1::const_iterator ConstIter

Definition at line 1754 of file ListExpression.H.

◆ difference_type

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

Definition at line 1754 of file ListExpression.H.

◆ value_type

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

Definition at line 1754 of file ListExpression.H.

◆ pointer

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

Definition at line 1754 of file ListExpression.H.

◆ reference

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

Definition at line 1754 of file ListExpression.H.

◆ iterator_category

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

Definition at line 1754 of file ListExpression.H.

Constructor & Destructor Documentation

◆ const_iterator()

template<typename E1>
const_iterator ( ConstIter it)
inline

Definition at line 1754 of file ListExpression.H.

Member Function Documentation

◆ operator*()

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

Definition at line 1754 of file ListExpression.H.

◆ operator[]()

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

Definition at line 1754 of file ListExpression.H.

◆ operator++() [1/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator++() [2/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator--() [1/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator--() [2/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator+()

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

Definition at line 1754 of file ListExpression.H.

◆ operator-() [1/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator-() [2/2]

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

Definition at line 1754 of file ListExpression.H.

◆ operator==()

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

Definition at line 1754 of file ListExpression.H.

◆ operator!=()

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

Definition at line 1754 of file ListExpression.H.

◆ operator<()

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

Definition at line 1754 of file ListExpression.H.

◆ operator<=()

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

Definition at line 1754 of file ListExpression.H.

◆ operator>()

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

Definition at line 1754 of file ListExpression.H.

◆ operator>=()

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

Definition at line 1754 of file ListExpression.H.

◆ operator+=()

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

Definition at line 1754 of file ListExpression.H.

◆ operator-=()

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

Definition at line 1754 of file ListExpression.H.

Member Data Documentation

◆ base_

template<typename E1>
ConstIter base_

Definition at line 1754 of file ListExpression.H.


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