OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/template.h>
Public Member Functions | |
TBaseListIterator (TBaseList< T > &list) | |
operator bool () const | |
const T & | operator++ (int) |
const T * | operator++ () |
const T & | operator-- (int) |
const T * | operator-- () |
const T & | operator* () const |
const T & | Current () const |
void | Restart () |
Public Attributes | |
TBaseList< T > & | List |
TBaseNode< T > * | Cur |
Definition at line 916 of file template.h.
|
inline |
Definition at line 918 of file template.h.
|
inline |
Definition at line 925 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 919 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 924 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 921 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 920 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 923 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 922 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 926 of file template.h.
References owl::TBaseListIterator< T >::Cur, and owl::TBaseListIterator< T >::List.
TBaseNode<T>* owl::TBaseListIterator< T >::Cur |
Definition at line 930 of file template.h.
TBaseList<T>& owl::TBaseListIterator< T >::List |
Definition at line 929 of file template.h.