An STL iterator. More...
Public Member Functions | |
iterator (T **) | |
Construct for a given UPtrList entry. More... | |
bool | operator== (const iterator &) const |
bool | operator!= (const iterator &) const |
T & | operator* () |
T & | operator() () |
iterator | operator++ () |
iterator | operator++ (int) |
iterator | operator-- () |
iterator | operator-- (int) |
iterator | operator+= (label) |
iterator | operator-= (label) |
T & | operator[] (label) |
bool | operator< (const iterator &) const |
bool | operator> (const iterator &) const |
bool | operator<= (const iterator &) const |
bool | operator>= (const iterator &) const |
Friends | |
iterator | operator+ (const iterator &, label) |
iterator | operator+ (label, const iterator &) |
iterator | operator- (const iterator &, label) |
label | operator- (const iterator &, const iterator &) |
An STL iterator.
Definition at line 208 of file UPtrList.H.
Construct for a given UPtrList entry.
Definition at line 146 of file UPtrListI.H.
Definition at line 152 of file UPtrListI.H.
|
inline |
Definition at line 158 of file UPtrListI.H.
Definition at line 164 of file UPtrListI.H.
Referenced by UPtrList< T >::iterator::operator()().
Definition at line 170 of file UPtrListI.H.
References UPtrList< T >::iterator::operator*().
|
inline |
Definition at line 177 of file UPtrListI.H.
|
inline |
Definition at line 185 of file UPtrListI.H.
|
inline |
Definition at line 194 of file UPtrListI.H.
|
inline |
Definition at line 202 of file UPtrListI.H.
|
inline |
Definition at line 211 of file UPtrListI.H.
References n, and Foam::operator+().
|
inline |
Definition at line 235 of file UPtrListI.H.
References n, Foam::operator-(), and Foam::T().
Definition at line 266 of file UPtrListI.H.
Definition at line 272 of file UPtrListI.H.
Definition at line 278 of file UPtrListI.H.
Definition at line 284 of file UPtrListI.H.