#include <ListExpression.H>
Public Types | |
| using | difference_type = label |
| using | value_type = const T |
| using | pointer = const T* |
| using | reference = const T& |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| const_iterator (const difference_type count, const T val) | |
| value_type | operator* () const |
| value_type | operator[] (const difference_type i) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| 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_iterator & | operator+= (const difference_type n) |
| const_iterator & | operator-= (const difference_type n) |
Public Attributes | |
| difference_type | count_ |
| const T | val_ |
Definition at line 2022 of file ListExpression.H.
| using difference_type = label |
Definition at line 2025 of file ListExpression.H.
| using value_type = const T |
Definition at line 2026 of file ListExpression.H.
Definition at line 2027 of file ListExpression.H.
Definition at line 2028 of file ListExpression.H.
| using iterator_category = std::random_access_iterator_tag |
Definition at line 2029 of file ListExpression.H.
|
inline |
Definition at line 2035 of file ListExpression.H.
References count_, Foam::T(), and val_.
Referenced by operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().


|
inline |
Definition at line 2040 of file ListExpression.H.
References val_.
|
inline |
Definition at line 2044 of file ListExpression.H.
References val_.
|
inline |
Definition at line 2048 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2053 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2059 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2064 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2070 of file ListExpression.H.
References const_iterator(), count_, and val_.

|
inline |
Definition at line 2074 of file ListExpression.H.
References const_iterator(), count_, and val_.

|
inline |
Definition at line 2078 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2082 of file ListExpression.H.
References const_iterator(), count_, and val_.
Referenced by operator!=().


|
inline |
Definition at line 2086 of file ListExpression.H.
References const_iterator(), and operator==().

|
inline |
Definition at line 2090 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2094 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2098 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2102 of file ListExpression.H.
References const_iterator(), and count_.

|
inline |
Definition at line 2106 of file ListExpression.H.
References const_iterator(), count_, and n.

|
inline |
Definition at line 2111 of file ListExpression.H.
References const_iterator(), count_, and n.

| difference_type count_ |
Definition at line 2031 of file ListExpression.H.
Referenced by const_iterator(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
Definition at line 2033 of file ListExpression.H.
Referenced by const_iterator(), operator*(), operator+(), operator-(), operator==(), and operator[]().