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 |
Private Attributes | |
T ** | ptr_ |
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 215 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.
References UPtrList::iterator::ptr_.
|
inline |
Definition at line 158 of file UPtrListI.H.
References UPtrList::iterator::ptr_.
Definition at line 164 of file UPtrListI.H.
Definition at line 170 of file UPtrListI.H.
References Foam::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.
|
inline |
Definition at line 235 of file UPtrListI.H.
References n.
Definition at line 266 of file UPtrListI.H.
References UPtrList::iterator::ptr_.
Definition at line 272 of file UPtrListI.H.
References UPtrList::iterator::ptr_.
Definition at line 278 of file UPtrListI.H.
References UPtrList::iterator::ptr_.
Definition at line 284 of file UPtrListI.H.
References UPtrList::iterator::ptr_.
|
private |
Definition at line 217 of file UPtrList.H.
Referenced by UPtrList::iterator::operator!=(), UPtrList::iterator::operator<(), UPtrList::iterator::operator<=(), UPtrList::iterator::operator==(), UPtrList::iterator::operator>(), and UPtrList::iterator::operator>=().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.