Loading...
Searching...
No Matches
List_interpolate< E1, E2, E3 >::const_iterator Struct Reference

#include <ListExpression.H>

Public Types

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

Public Member Functions

 const_iterator (E1Iter uIter, E2Iter vIter, E3Iter weightIter)
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 label i) const
const_iterator operator- (const label 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_
E3Iter weightIter_

Detailed Description

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

Definition at line 1848 of file ListExpression.H.

Member Typedef Documentation

◆ E1Iter

template<typename E1, typename E2, typename E3>
typedef E1::const_iterator E1Iter

Definition at line 1850 of file ListExpression.H.

◆ E2Iter

template<typename E1, typename E2, typename E3>
typedef E2::const_iterator E2Iter

Definition at line 1851 of file ListExpression.H.

◆ E3Iter

template<typename E1, typename E2, typename E3>
typedef E3::const_iterator E3Iter

Definition at line 1852 of file ListExpression.H.

◆ difference_type

template<typename E1, typename E2, typename E3>
using difference_type = typename E3Iter::difference_type

Definition at line 1853 of file ListExpression.H.

◆ value_type

template<typename E1, typename E2, typename E3>
using value_type = typename E1Iter::value_type

Definition at line 1854 of file ListExpression.H.

◆ pointer

template<typename E1, typename E2, typename E3>
using pointer = typename E1Iter::pointer

Definition at line 1855 of file ListExpression.H.

◆ reference

template<typename E1, typename E2, typename E3>
using reference = typename E1Iter::reference

Definition at line 1856 of file ListExpression.H.

◆ iterator_category

template<typename E1, typename E2, typename E3>
using iterator_category = typename E3Iter::iterator_category

Definition at line 1857 of file ListExpression.H.

Constructor & Destructor Documentation

◆ const_iterator()

template<typename E1, typename E2, typename E3>
const_iterator ( E1Iter uIter,
E2Iter vIter,
E3Iter weightIter )
inline

Member Function Documentation

◆ operator*()

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

Definition at line 1868 of file ListExpression.H.

References uIter_, vIter_, and weightIter_.

◆ operator[]()

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

Definition at line 1874 of file ListExpression.H.

References uIter_, vIter_, and weightIter_.

◆ operator++() [1/2]

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

Definition at line 1880 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator++() [2/2]

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

Definition at line 1887 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator--() [1/2]

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

Definition at line 1895 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator--() [2/2]

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

Definition at line 1902 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator+()

template<typename E1, typename E2, typename E3>
const_iterator operator+ ( const label i) const
inline

Definition at line 1910 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator-() [1/2]

template<typename E1, typename E2, typename E3>
const_iterator operator- ( const label i) const
inline

Definition at line 1914 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator-() [2/2]

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

Definition at line 1918 of file ListExpression.H.

References const_iterator(), and uIter_.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 1922 of file ListExpression.H.

References const_iterator(), uIter_, vIter_, and weightIter_.

Referenced by operator!=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 1929 of file ListExpression.H.

References const_iterator(), and operator==().

Here is the call graph for this function:

◆ operator<()

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

Definition at line 1933 of file ListExpression.H.

References const_iterator(), and uIter_.

Here is the call graph for this function:

◆ operator<=()

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

Definition at line 1937 of file ListExpression.H.

References const_iterator(), and uIter_.

Here is the call graph for this function:

◆ operator>()

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

Definition at line 1941 of file ListExpression.H.

References const_iterator(), and uIter_.

Here is the call graph for this function:

◆ operator>=()

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

Definition at line 1945 of file ListExpression.H.

References const_iterator(), and uIter_.

Here is the call graph for this function:

◆ operator+=()

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

Definition at line 1949 of file ListExpression.H.

References const_iterator(), n, uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

◆ operator-=()

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

Definition at line 1956 of file ListExpression.H.

References const_iterator(), n, uIter_, vIter_, and weightIter_.

Here is the call graph for this function:

Member Data Documentation

◆ uIter_

◆ vIter_

template<typename E1, typename E2, typename E3>
E2Iter vIter_

◆ weightIter_

template<typename E1, typename E2, typename E3>
E3Iter weightIter_

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