OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
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 916 of file template.h.

Constructor & Destructor Documentation

◆ TBaseListIterator()

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

Definition at line 918 of file template.h.

Member Function Documentation

◆ Current()

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

Definition at line 925 of file template.h.

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

◆ operator bool()

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

Definition at line 919 of file template.h.

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

◆ operator*()

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

Definition at line 924 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 921 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 920 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 923 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 922 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 930 of file template.h.

◆ List

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

Definition at line 929 of file template.h.


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