An STL iterator. More...
#include <src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H>
An STL iterator.
Definition at line 197 of file UPtrList.H.
Public Member Functions | |
iterator (T **) | |
Construct for a given UPtrList entry. | |
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 |
Friends | |
iterator | operator+ (const iterator &, label) |
iterator | operator+ (label, const iterator &) |
iterator | operator- (const iterator &, label) |
label | operator- (const iterator &, const iterator &) |
Construct for a given UPtrList entry.
Definition at line 112 of file UPtrListI.H.
Definition at line 118 of file UPtrListI.H.
|
inline |
Definition at line 124 of file UPtrListI.H.
Definition at line 130 of file UPtrListI.H.
Definition at line 136 of file UPtrListI.H.
References Foam::operator*().
|
inline |
Definition at line 143 of file UPtrListI.H.
|
inline |
Definition at line 151 of file UPtrListI.H.
|
inline |
Definition at line 160 of file UPtrListI.H.
|
inline |
Definition at line 168 of file UPtrListI.H.
|
inline |
Definition at line 177 of file UPtrListI.H.
|
inline |
Definition at line 201 of file UPtrListI.H.
Definition at line 226 of file UPtrListI.H.
Definition at line 232 of file UPtrListI.H.
Definition at line 238 of file UPtrListI.H.
Definition at line 244 of file UPtrListI.H.
Definition at line 250 of file UPtrListI.H.