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++ (int) |
| const_iterator | operator-- () |
| const_iterator | operator-- (int) |
| const_iterator | operator+= (label) |
| const_iterator | operator-= (label) |
| const T & | operator[] (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 |
Friends | |
| const_iterator | operator+ (const const_iterator &, label) |
| const_iterator | operator+ (label, const const_iterator &) |
| const_iterator | operator- (const const_iterator &, label) |
| label | operator- (const const_iterator &, const const_iterator &) |
An STL-conforming const_iterator.
Definition at line 302 of file UPtrList.H.
Definition at line 320 of file UPtrList.H.
|
inline |
Construct for a given UPtrList entry.
Definition at line 305 of file UPtrListI.H.
|
inline |
Construct from an iterator.
Definition at line 312 of file UPtrListI.H.
|
inline |
Definition at line 320 of file UPtrListI.H.
|
inline |
Definition at line 330 of file UPtrListI.H.
Definition at line 339 of file UPtrListI.H.
Referenced by UPtrList< T >::const_iterator::operator()().

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

|
inline |
Definition at line 354 of file UPtrListI.H.
|
inline |
Definition at line 363 of file UPtrListI.H.
|
inline |
Definition at line 373 of file UPtrListI.H.
|
inline |
Definition at line 382 of file UPtrListI.H.
|
inline |
Definition at line 392 of file UPtrListI.H.
References n, and Foam::operator+().

|
inline |
Definition at line 419 of file UPtrListI.H.
References n, Foam::operator-(), and Foam::T().

|
inline |
Definition at line 455 of file UPtrListI.H.
|
inline |
Definition at line 465 of file UPtrListI.H.
|
inline |
Definition at line 475 of file UPtrListI.H.
|
inline |
Definition at line 485 of file UPtrListI.H.
|
friend |
|
friend |
|
friend |
|
friend |
1.8.13