OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Iterator for Pointer Container. More...
#include <owl/template.h>
Public Member Functions | |
TPtrArrayIterator (T1 &array) | |
operator bool () const | |
T | operator++ (int) |
const T * | operator++ () |
const T | operator* () const |
T | operator* () |
const T | Current () const |
T | Current () |
void | Restart () |
Protected Attributes | |
T1 & | Vect |
int | Cur |
Iterator for Pointer Container.
Definition at line 543 of file template.h.
|
inline |
Definition at line 545 of file template.h.
|
inline |
Definition at line 552 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 551 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 546 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 550 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 549 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 548 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 547 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 553 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur.
|
protected |
Definition at line 557 of file template.h.
|
protected |
Definition at line 556 of file template.h.