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++ (const int) |
iterator | operator-- () |
iterator | operator-- (const int) |
iterator | operator+= (const label) |
iterator | operator-= (const label) |
iterator | operator+ (const label) const |
iterator | operator- (const label) const |
label | operator- (const iterator &) const |
T & | operator[] (const 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 |
An STL iterator.
Definition at line 196 of file UPtrList.H.
Construct for a given UPtrList entry.
Definition at line 137 of file UPtrListI.H.
Definition at line 144 of file UPtrListI.H.
Definition at line 151 of file UPtrListI.H.
Definition at line 158 of file UPtrListI.H.
Referenced by UPtrList< T >::iterator::operator()().
Definition at line 165 of file UPtrListI.H.
References UPtrList< T >::iterator::operator*().
|
inline |
Definition at line 173 of file UPtrListI.H.
|
inline |
Definition at line 182 of file UPtrListI.H.
|
inline |
Definition at line 192 of file UPtrListI.H.
|
inline |
Definition at line 201 of file UPtrListI.H.
|
inline |
Definition at line 211 of file UPtrListI.H.
References n.
|
inline |
Definition at line 220 of file UPtrListI.H.
References n.
|
inline |
Definition at line 229 of file UPtrListI.H.
References n.
|
inline |
Definition at line 238 of file UPtrListI.H.
References n.
Definition at line 263 of file UPtrListI.H.
Definition at line 270 of file UPtrListI.H.
Definition at line 277 of file UPtrListI.H.
Definition at line 284 of file UPtrListI.H.
|
friend |
Definition at line 202 of file UPtrList.H.