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 255 of file UPtrList.H.
Definition at line 273 of file UPtrList.H.
|
inline |
Construct for a given UPtrList entry.
Definition at line 325 of file UPtrListI.H.
|
inline |
Construct from an iterator.
Definition at line 332 of file UPtrListI.H.
|
inline |
Definition at line 339 of file UPtrListI.H.
|
inline |
Definition at line 349 of file UPtrListI.H.
Definition at line 359 of file UPtrListI.H.
Definition at line 366 of file UPtrListI.H.
References Foam::operator*().
|
inline |
Definition at line 374 of file UPtrListI.H.
|
inline |
Definition at line 383 of file UPtrListI.H.
|
inline |
Definition at line 393 of file UPtrListI.H.
|
inline |
Definition at line 402 of file UPtrListI.H.
|
inline |
Definition at line 412 of file UPtrListI.H.
References n.
|
inline |
Definition at line 421 of file UPtrListI.H.
References n.
|
inline |
Definition at line 430 of file UPtrListI.H.
References n.
|
inline |
Definition at line 439 of file UPtrListI.H.
References n.
|
inline |
Definition at line 457 of file UPtrListI.H.
References n.
|
inline |
Definition at line 464 of file UPtrListI.H.
|
inline |
Definition at line 474 of file UPtrListI.H.
|
inline |
Definition at line 484 of file UPtrListI.H.
|
inline |
Definition at line 494 of file UPtrListI.H.