#include <ListExpression.H>

Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | difference_type = this_type::difference_type |
| using | value_type = this_type::value_type |
| using | pointer = this_type::const_pointer |
| using | reference = this_type::const_reference |
Public Member Functions | |
| const_iterator (const this_type &base, const label index) | |
| const_iterator (const const_iterator &it) | |
| const_iterator ()=delete | |
| const_iterator & | operator= (const_iterator &it)=default |
| 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 this_type & | base_ |
| label | index_ |
Definition at line 2361 of file ListExpression.H.
| using iterator_category = std::random_access_iterator_tag |
Definition at line 2363 of file ListExpression.H.
| using difference_type = this_type::difference_type |
Definition at line 2364 of file ListExpression.H.
| using value_type = this_type::value_type |
Definition at line 2365 of file ListExpression.H.
| using pointer = this_type::const_pointer |
Definition at line 2366 of file ListExpression.H.
| using reference = this_type::const_reference |
Definition at line 2367 of file ListExpression.H.
Definition at line 2372 of file ListExpression.H.
Referenced by const_iterator(), operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().

|
inline |
Definition at line 2377 of file ListExpression.H.
References base_, const_iterator(), and index_.

|
delete |
|
default |
|
inline |
Definition at line 2387 of file ListExpression.H.
|
inline |
Definition at line 2395 of file ListExpression.H.
|
inline |
Definition at line 2402 of file ListExpression.H.
References const_iterator(), and index_.

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

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

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

|
inline |
Definition at line 2427 of file ListExpression.H.
References base_, const_iterator(), const_iterator(), and index_.

|
inline |
Definition at line 2431 of file ListExpression.H.
References base_, const_iterator(), const_iterator(), and index_.

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

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

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

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

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

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

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

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

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

Definition at line 2369 of file ListExpression.H.
Referenced by const_iterator(), const_iterator(), operator*(), operator+(), operator-(), and operator[]().
| label index_ |
Definition at line 2370 of file ListExpression.H.
Referenced by const_iterator(), const_iterator(), operator!=(), operator*(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and operator[]().