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 189 of file UPtrList.H.
Construct for a given UPtrList entry.
Definition at line 144 of file UPtrListI.H.
Definition at line 151 of file UPtrListI.H.
|
inline |
Definition at line 158 of file UPtrListI.H.
Definition at line 165 of file UPtrListI.H.
Referenced by UPtrList< T >::iterator::operator()().
Definition at line 172 of file UPtrListI.H.
References UPtrList< T >::iterator::operator*().
|
inline |
Definition at line 180 of file UPtrListI.H.
|
inline |
Definition at line 189 of file UPtrListI.H.
|
inline |
Definition at line 199 of file UPtrListI.H.
|
inline |
Definition at line 208 of file UPtrListI.H.
|
inline |
Definition at line 218 of file UPtrListI.H.
References n.
|
inline |
Definition at line 227 of file UPtrListI.H.
References n.
|
inline |
Definition at line 236 of file UPtrListI.H.
References n.
|
inline |
Definition at line 245 of file UPtrListI.H.
References n.
Definition at line 270 of file UPtrListI.H.
Definition at line 277 of file UPtrListI.H.
Definition at line 284 of file UPtrListI.H.
Definition at line 291 of file UPtrListI.H.
|
friend |
Definition at line 195 of file UPtrList.H.