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

#include <owl/private/memory.h>

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

Public Member Functions

 TCharIterator (T *p)
 
T * Next () const
 
T * Current () const
 
T * operator++ ()
 
T * operator++ (int)
 
 operator T* () const
 

Protected Attributes

T * P
 

Detailed Description

template<class T>
class owl::TCharIterator< T >

Definition at line 240 of file memory.h.

Constructor & Destructor Documentation

◆ TCharIterator()

template<class T >
owl::TCharIterator< T >::TCharIterator ( T * p)
inline

Definition at line 315 of file memory.h.

Member Function Documentation

◆ Current()

template<class T >
T * owl::TCharIterator< T >::Current ( ) const
inline

Definition at line 333 of file memory.h.

◆ Next()

template<class T >
T * owl::TCharIterator< T >::Next ( ) const
inline

Definition at line 322 of file memory.h.

References AnsiNext.

◆ operator T*()

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

Definition at line 353 of file memory.h.

◆ operator++() [1/2]

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

Definition at line 339 of file memory.h.

◆ operator++() [2/2]

template<class T >
T * owl::TCharIterator< T >::operator++ ( int )
inline

Definition at line 345 of file memory.h.

Member Data Documentation

◆ P

template<class T >
T* owl::TCharIterator< T >::P
protected

Definition at line 253 of file memory.h.


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