#include <ListExpression.H>

Public Types | |
| typedef UList< T >::const_iterator | ConstIter |
| typedef std::iterator_traits< ConstIter > | ConstIterTraits |
| using | difference_type = typename ConstIterTraits::difference_type |
| using | value_type = typename ConstIterTraits::value_type |
| using | pointer = typename ConstIterTraits::pointer |
| using | reference = typename ConstIterTraits::reference |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| const_iterator (ConstIter it) | |
| const_iterator () | |
| ConstIter & | operator= (ConstIter it) |
| 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 | |
| ConstIter | base_ |
Definition at line 398 of file ListExpression.H.
| typedef UList<T>::const_iterator ConstIter |
Definition at line 401 of file ListExpression.H.
| typedef std::iterator_traits<ConstIter> ConstIterTraits |
Definition at line 402 of file ListExpression.H.
| using difference_type = typename ConstIterTraits::difference_type |
Definition at line 403 of file ListExpression.H.
| using value_type = typename ConstIterTraits::value_type |
Definition at line 404 of file ListExpression.H.
Definition at line 405 of file ListExpression.H.
Definition at line 406 of file ListExpression.H.
| using iterator_category = std::random_access_iterator_tag |
Definition at line 408 of file ListExpression.H.
Definition at line 412 of file ListExpression.H.
References base_.
Referenced by operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().

|
inline |
Definition at line 413 of file ListExpression.H.
References base_.
Referenced by operator+(), and operator-().

Definition at line 414 of file ListExpression.H.
References base_.
|
inline |
Definition at line 422 of file ListExpression.H.
References base_.
|
inline |
Definition at line 430 of file ListExpression.H.
References base_.
|
inline |
Definition at line 437 of file ListExpression.H.
References base_, and const_iterator().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 410 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>(), operator>=(), and operator[]().