![]() |
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/template.h>
Public Types | |
typedef void(* | IterFunc) (T &, void *) |
typedef bool(* | CondFunc) (const T &, void *) |
typedef TObjArrayIterator< T, TObjectArray< T > > | Iterator |
typedef Iterator | iterator |
![]() | |
typedef void(* | IterFunc) (T &, void *) |
typedef bool(* | CondFunc) (const T &, void *) |
typedef TObjArrayIterator< T, TMObjectArray< T, TStandardAllocator > > | Iterator |
typedef Iterator | iterator |
Public Attributes | |
friend | Iterator |
Additional Inherited Members | |
![]() | |
static const int | NPOS = -1 |
![]() | |
void | Resize (int delta) |
void | Remove (int index) |
![]() | |
T ** | Data |
TMMemBlocks< TStandardAllocator > | Mem |
![]() | |
uint | ItemCnt |
uint | Reserved |
Definition at line 753 of file template.h.
typedef bool(* owl::TObjectArray< T >::CondFunc) (const T &, void *) |
Definition at line 759 of file template.h.
typedef TObjArrayIterator<T, TObjectArray<T> > owl::TObjectArray< T >::Iterator |
Definition at line 761 of file template.h.
typedef Iterator owl::TObjectArray< T >::iterator |
Definition at line 762 of file template.h.
typedef void(* owl::TObjectArray< T >::IterFunc) (T &, void *) |
Definition at line 758 of file template.h.
|
inline |
Definition at line 765 of file template.h.
|
inline |
Definition at line 767 of file template.h.
|
inline |
Definition at line 768 of file template.h.
|
inline |
Definition at line 769 of file template.h.
|
inline |
Definition at line 771 of file template.h.
References owl::TMObjectArray< T, A >::operator=().
friend owl::TObjectArray< T >::Iterator |
Definition at line 763 of file template.h.