![]() |
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/template.h>
Public Types | |
typedef TPtrArrayIterator< T, TIPtrArray< T > > | Iterator |
typedef Iterator | iterator |
![]() | |
typedef void(* | IterFunc) (T, void *) |
typedef bool(* | CondFunc) (T, void *) |
typedef TPtrArrayIterator< T, TTypedArray< T, T, TStandardAllocator > > | Iterator |
typedef Iterator | iterator |
Friends | |
class | TPtrArrayIterator< T, TIPtrArray< T > > |
Additional Inherited Members | |
![]() | |
static const int | NPOS = -1 |
![]() | |
void | Resize (int delta) |
void | Remove (int index) |
![]() | |
T * | Data |
![]() | |
uint | ItemCnt |
uint | Reserved |
Definition at line 1001 of file template.h.
typedef TPtrArrayIterator<T, TIPtrArray<T> > owl::TIPtrArray< T >::Iterator |
Definition at line 1006 of file template.h.
typedef Iterator owl::TIPtrArray< T >::iterator |
Definition at line 1008 of file template.h.
|
inline |
Definition at line 1864 of file template.h.
|
inline |
Definition at line 1844 of file template.h.
|
inline |
Definition at line 1868 of file template.h.
|
inline |
Definition at line 1849 of file template.h.
|
inline |
Definition at line 1899 of file template.h.
|
inline |
Definition at line 1885 of file template.h.
void owl::TIPtrArray< T >::Flush | ( | bool | del = true | ) |
Definition at line 1874 of file template.h.
References owl::TTypedArray< T, T, TStandardAllocator >::Flush().
|
inline |
Definition at line 1854 of file template.h.
References owl::TTypedArray< T, T, TStandardAllocator >::operator=().
|
friend |
Definition at line 1006 of file template.h.