|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Array of pointers of simple types. More...
#include <owl/template.h>
Additional Inherited Members | |
Public Types inherited from owl::TTypedArray< T, T, TStandardAllocator > | |
| typedef void(* | IterFunc) (T, void *) |
| typedef bool(* | CondFunc) (T, void *) |
| typedef TPtrArrayIterator< T, TTypedArray< T, T, TStandardAllocator > > | Iterator |
| typedef Iterator | iterator |
Static Public Attributes inherited from owl::TArrayBase | |
| static const int | NPOS = -1 |
Protected Member Functions inherited from owl::TTypedArray< T, T, TStandardAllocator > | |
| void | Resize (int delta) |
| void | Remove (int index) |
Protected Attributes inherited from owl::TTypedArray< T, T, TStandardAllocator > | |
| T * | Data |
Protected Attributes inherited from owl::TArrayBase | |
| uint | ItemCnt |
| uint | Reserved |
Array of pointers of simple types.
Definition at line 940 of file template.h.
|
inline |
Definition at line 945 of file template.h.
|
inline |
Definition at line 946 of file template.h.
|
inline |
Definition at line 950 of file template.h.