|
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 1066 of file template.h.
|
inline |
Definition at line 1070 of file template.h.
|
inline |
Definition at line 1078 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1072 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1077 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1074 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1073 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1076 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1075 of file template.h.
References owl::TBaseListIterator< T >::Cur.
|
inline |
Definition at line 1079 of file template.h.
References owl::TBaseListIterator< T >::Cur, and owl::TBaseListIterator< T >::List.
| TBaseNode<T>* owl::TBaseListIterator< T >::Cur |
Definition at line 1082 of file template.h.
| TBaseList<T>& owl::TBaseListIterator< T >::List |
Definition at line 1081 of file template.h.