An STL-conforming iterator. More...
Public Types | |
typedef T & | Tref |
Public Member Functions | |
iterator (T **) | |
Construct for a given PtrList entry. More... | |
bool | operator== (const iterator &) const |
bool | operator!= (const iterator &) const |
Tref | operator* () |
Tref | 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 | |
class | const_iterator |
iterator | operator+ (const iterator &, label) |
iterator | operator+ (label, const iterator &) |
iterator | operator- (const iterator &, label) |
label | operator- (const iterator &, const iterator &) |
An STL-conforming iterator.
Construct for a given PtrList entry.
Definition at line 197 of file PtrListI.H.
Definition at line 204 of file PtrListI.H.
|
inline |
Definition at line 211 of file PtrListI.H.
Definition at line 218 of file PtrListI.H.
Referenced by PtrList< T >::iterator::operator()().
Definition at line 225 of file PtrListI.H.
References PtrList< T >::iterator::operator*().
|
inline |
Definition at line 233 of file PtrListI.H.
|
inline |
Definition at line 242 of file PtrListI.H.
|
inline |
Definition at line 252 of file PtrListI.H.
|
inline |
Definition at line 261 of file PtrListI.H.
|
inline |
Definition at line 271 of file PtrListI.H.
References n, and Foam::operator+().
|
inline |
Definition at line 298 of file PtrListI.H.
References n, Foam::operator-(), and Foam::T().
Definition at line 333 of file PtrListI.H.
Definition at line 340 of file PtrListI.H.
Definition at line 347 of file PtrListI.H.
Definition at line 354 of file PtrListI.H.
|
friend |