OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TPtrArrayIterator< T, T1 > Class Template Reference

Iterator for Pointer Container. More...

#include <owl/template.h>

Public Member Functions

 TPtrArrayIterator (T1 &array)
 
 operator bool () const
 
operator++ (int)
 
const T * operator++ ()
 
const T operator* () const
 
operator* ()
 
const T Current () const
 
Current ()
 
void Restart ()
 

Protected Attributes

T1 & Vect
 
int Cur
 

Detailed Description

template<class T, class T1>
class owl::TPtrArrayIterator< T, T1 >

Iterator for Pointer Container.

Definition at line 543 of file template.h.

Constructor & Destructor Documentation

◆ TPtrArrayIterator()

template<class T , class T1 >
owl::TPtrArrayIterator< T, T1 >::TPtrArrayIterator ( T1 & array)
inline

Definition at line 545 of file template.h.

Member Function Documentation

◆ Current() [1/2]

template<class T , class T1 >
T owl::TPtrArrayIterator< T, T1 >::Current ( )
inline

◆ Current() [2/2]

template<class T , class T1 >
const T owl::TPtrArrayIterator< T, T1 >::Current ( ) const
inline

◆ operator bool()

template<class T , class T1 >
owl::TPtrArrayIterator< T, T1 >::operator bool ( ) const
inline

Definition at line 546 of file template.h.

References owl::TPtrArrayIterator< T, T1 >::Vect.

◆ operator*() [1/2]

template<class T , class T1 >
T owl::TPtrArrayIterator< T, T1 >::operator* ( )
inline

◆ operator*() [2/2]

template<class T , class T1 >
const T owl::TPtrArrayIterator< T, T1 >::operator* ( ) const
inline

◆ operator++() [1/2]

template<class T , class T1 >
const T * owl::TPtrArrayIterator< T, T1 >::operator++ ( )
inline

◆ operator++() [2/2]

template<class T , class T1 >
T owl::TPtrArrayIterator< T, T1 >::operator++ ( int )
inline

◆ Restart()

template<class T , class T1 >
void owl::TPtrArrayIterator< T, T1 >::Restart ( )
inline

Definition at line 553 of file template.h.

References owl::TPtrArrayIterator< T, T1 >::Cur.

Member Data Documentation

◆ Cur

template<class T , class T1 >
int owl::TPtrArrayIterator< T, T1 >::Cur
protected

Definition at line 557 of file template.h.

◆ Vect

template<class T , class T1 >
T1& owl::TPtrArrayIterator< T, T1 >::Vect
protected

Definition at line 556 of file template.h.


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