#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 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 | |
| const T | val_ |
Definition at line 2169 of file ListExpression.H.
| using difference_type = label |
Definition at line 2172 of file ListExpression.H.
| using value_type = const T |
Definition at line 2173 of file ListExpression.H.
Definition at line 2174 of file ListExpression.H.
Definition at line 2175 of file ListExpression.H.
| using iterator_category = std::random_access_iterator_tag |
Definition at line 2176 of file ListExpression.H.
Definition at line 2180 of file ListExpression.H.
References 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 2184 of file ListExpression.H.
References val_.
|
inline |
Definition at line 2188 of file ListExpression.H.
References val_.
|
inline |
Definition at line 2192 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2196 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2201 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2205 of file ListExpression.H.
References const_iterator().

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

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

|
inline |
Definition at line 2218 of file ListExpression.H.
References const_iterator().

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


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

|
inline |
Definition at line 2230 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2234 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2238 of file ListExpression.H.
References const_iterator().

|
inline |
Definition at line 2242 of file ListExpression.H.
References const_iterator().

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

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

Definition at line 2178 of file ListExpression.H.
Referenced by const_iterator(), operator*(), operator+(), operator-(), operator==(), and operator[]().