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 202 of file UPtrList.H.
Construct for a given UPtrList entry.
Definition at line 153 of file UPtrListI.H.
Definition at line 160 of file UPtrListI.H.
|
inline |
Definition at line 167 of file UPtrListI.H.
Definition at line 174 of file UPtrListI.H.
Definition at line 181 of file UPtrListI.H.
References Foam::operator*().
|
inline |
Definition at line 189 of file UPtrListI.H.
|
inline |
Definition at line 198 of file UPtrListI.H.
|
inline |
Definition at line 208 of file UPtrListI.H.
|
inline |
Definition at line 217 of file UPtrListI.H.
|
inline |
Definition at line 227 of file UPtrListI.H.
|
inline |
Definition at line 236 of file UPtrListI.H.
|
inline |
Definition at line 245 of file UPtrListI.H.
|
inline |
Definition at line 254 of file UPtrListI.H.
References n.
Definition at line 272 of file UPtrListI.H.
Definition at line 279 of file UPtrListI.H.
Definition at line 286 of file UPtrListI.H.
Definition at line 293 of file UPtrListI.H.
Definition at line 300 of file UPtrListI.H.
|
friend |
Definition at line 208 of file UPtrList.H.