OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
owl::TBaseListIterator< T > Class Template Reference

#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
 

Detailed Description

template<class T>
class owl::TBaseListIterator< T >

Definition at line 1066 of file template.h.

Constructor & Destructor Documentation

◆ TBaseListIterator()

template<class T >
owl::TBaseListIterator< T >::TBaseListIterator ( TBaseList< T > & list)
inline

Definition at line 1070 of file template.h.

Member Function Documentation

◆ Current()

template<class T >
const T & owl::TBaseListIterator< T >::Current ( ) const
inline

Definition at line 1078 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator bool()

template<class T >
owl::TBaseListIterator< T >::operator bool ( ) const
inline

Definition at line 1072 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator*()

template<class T >
const T & owl::TBaseListIterator< T >::operator* ( ) const
inline

Definition at line 1077 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator++() [1/2]

template<class T >
const T * owl::TBaseListIterator< T >::operator++ ( )
inline

Definition at line 1074 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator++() [2/2]

template<class T >
const T & owl::TBaseListIterator< T >::operator++ ( int )
inline

Definition at line 1073 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator--() [1/2]

template<class T >
const T * owl::TBaseListIterator< T >::operator-- ( )
inline

Definition at line 1076 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ operator--() [2/2]

template<class T >
const T & owl::TBaseListIterator< T >::operator-- ( int )
inline

Definition at line 1075 of file template.h.

References owl::TBaseListIterator< T >::Cur.

◆ Restart()

template<class T >
void owl::TBaseListIterator< T >::Restart ( )
inline

Member Data Documentation

◆ Cur

template<class T >
TBaseNode<T>* owl::TBaseListIterator< T >::Cur

Definition at line 1082 of file template.h.

◆ List

template<class T >
TBaseList<T>& owl::TBaseListIterator< T >::List

Definition at line 1081 of file template.h.


The documentation for this class was generated from the following files: