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

#include <owl/private/memory.h>

Inheritance diagram for owl::TBidirCharIterator< T >:
owl::TCharIterator< T >

Public Member Functions

 TBidirCharIterator (T *begin, T *p)
 
T * Prev () const
 
T * operator-- ()
 
T * operator-- (int)
 
- Public Member Functions inherited from owl::TCharIterator< T >
 TCharIterator (T *p)
 
T * Next () const
 
T * Current () const
 
T * operator++ ()
 
T * operator++ (int)
 
 operator T* () const
 

Additional Inherited Members

- Protected Attributes inherited from owl::TCharIterator< T >
T * P
 

Detailed Description

template<class T>
class owl::TBidirCharIterator< T >

Definition at line 260 of file memory.h.

Constructor & Destructor Documentation

◆ TBidirCharIterator()

template<class T >
owl::TBidirCharIterator< T >::TBidirCharIterator ( T * begin,
T * p )
inline

Definition at line 358 of file memory.h.

Member Function Documentation

◆ operator--() [1/2]

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

Definition at line 375 of file memory.h.

◆ operator--() [2/2]

template<class T >
T * owl::TBidirCharIterator< T >::operator-- ( int )
inline

Definition at line 381 of file memory.h.

◆ Prev()

template<class T >
T * owl::TBidirCharIterator< T >::Prev ( ) const
inline

Definition at line 365 of file memory.h.


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