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 252 of file UPtrList.H.
Definition at line 270 of file UPtrList.H.
|
inline |
Construct for a given UPtrList entry.
Definition at line 316 of file UPtrListI.H.
|
inline |
Construct from an iterator.
Definition at line 323 of file UPtrListI.H.
|
inline |
Definition at line 330 of file UPtrListI.H.
|
inline |
Definition at line 340 of file UPtrListI.H.
Definition at line 350 of file UPtrListI.H.
Definition at line 357 of file UPtrListI.H.
References Foam::operator*().
|
inline |
Definition at line 365 of file UPtrListI.H.
|
inline |
Definition at line 374 of file UPtrListI.H.
|
inline |
Definition at line 384 of file UPtrListI.H.
|
inline |
Definition at line 393 of file UPtrListI.H.
|
inline |
Definition at line 403 of file UPtrListI.H.
References n.
|
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 448 of file UPtrListI.H.
References n.
|
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.