|
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 601 of file template.h.
|
inline |
Definition at line 605 of file template.h.
|
inline |
Definition at line 613 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 612 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 607 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 611 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 610 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 609 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 608 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur, and owl::TPtrArrayIterator< T, T1 >::Vect.
|
inline |
Definition at line 614 of file template.h.
References owl::TPtrArrayIterator< T, T1 >::Cur.
|
protected |
Definition at line 619 of file template.h.
|
protected |
Definition at line 618 of file template.h.