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 |
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 244 of file UPtrList.H.
Construct for a given UPtrList entry.
Definition at line 144 of file UPtrListI.H.
Definition at line 150 of file UPtrListI.H.
|
inline |
Definition at line 156 of file UPtrListI.H.
Definition at line 162 of file UPtrListI.H.
Referenced by UPtrList< T >::iterator::operator()().

Definition at line 168 of file UPtrListI.H.
References UPtrList< T >::iterator::operator*().

|
inline |
Definition at line 175 of file UPtrListI.H.
|
inline |
Definition at line 183 of file UPtrListI.H.
|
inline |
Definition at line 192 of file UPtrListI.H.
|
inline |
Definition at line 200 of file UPtrListI.H.
|
inline |
Definition at line 209 of file UPtrListI.H.
References n, and Foam::operator+().

|
inline |
Definition at line 233 of file UPtrListI.H.
References n, Foam::operator-(), and Foam::T().

Definition at line 264 of file UPtrListI.H.
Definition at line 270 of file UPtrListI.H.
Definition at line 276 of file UPtrListI.H.
Definition at line 282 of file UPtrListI.H.
1.8.13