An STL-conforming const_iterator. More...
Public Types | |
| typedef const T & | Tref |
Public Member Functions | |
| const_iterator (const T *const *) | |
| Construct for a given UPtrList entry. More... | |
| const_iterator (const iterator &) | |
| Construct from an iterator. More... | |
| bool | operator== (const const_iterator &) const |
| bool | operator!= (const const_iterator &) const |
| Tref | operator* () |
| Tref | operator() () |
| const_iterator | operator++ () |
| const_iterator | operator++ (const int) |
| const_iterator | operator-- () |
| const_iterator | operator-- (const int) |
| const_iterator | operator+= (const label) |
| const_iterator | operator-= (const label) |
| const_iterator | operator+ (const label) const |
| const_iterator | operator- (const label) const |
| label | operator- (const const_iterator &) const |
| const T & | operator[] (const label) |
| bool | operator< (const const_iterator &) const |
| bool | operator> (const const_iterator &) const |
| bool | operator<= (const const_iterator &) const |
| bool | operator>= (const const_iterator &) const |
An STL-conforming const_iterator.
Definition at line 238 of file UPtrList.H.
Definition at line 256 of file UPtrList.H.
|
inline |
Construct for a given UPtrList entry.
Definition at line 309 of file UPtrListI.H.
|
inline |
Construct from an iterator.
Definition at line 316 of file UPtrListI.H.
|
inline |
Definition at line 324 of file UPtrListI.H.
|
inline |
Definition at line 334 of file UPtrListI.H.
Definition at line 343 of file UPtrListI.H.
Referenced by UPtrList< T >::const_iterator::operator()().

Definition at line 350 of file UPtrListI.H.
References UPtrList< T >::const_iterator::operator*().

|
inline |
Definition at line 358 of file UPtrListI.H.
|
inline |
Definition at line 367 of file UPtrListI.H.
|
inline |
Definition at line 377 of file UPtrListI.H.
|
inline |
Definition at line 386 of file UPtrListI.H.
|
inline |
Definition at line 396 of file UPtrListI.H.
References n.
|
inline |
Definition at line 405 of file UPtrListI.H.
References n.
|
inline |
Definition at line 414 of file UPtrListI.H.
References n.
|
inline |
Definition at line 423 of file UPtrListI.H.
References n.
|
inline |
Definition at line 441 of file UPtrListI.H.
References n.
|
inline |
Definition at line 449 of file UPtrListI.H.
|
inline |
Definition at line 459 of file UPtrListI.H.
|
inline |
Definition at line 469 of file UPtrListI.H.
|
inline |
Definition at line 479 of file UPtrListI.H.