![]() |
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, TSortedObjectArray< T > > | Iterator |
typedef Iterator | iterator |
![]() | |
typedef TObjArrayIterator< T, TMSortedObjectArray< T, TStandardAllocator > > | Iterator |
typedef Iterator | iterator |
![]() | |
typedef void(* | IterFunc) (T &, void *) |
typedef bool(* | CondFunc) (const T &, void *) |
typedef TObjArrayIterator< T, TMObjectArray< T, A > > | 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< A > | Mem |
![]() | |
uint | ItemCnt |
uint | Reserved |
Definition at line 814 of file template.h.
typedef bool(* owl::TSortedObjectArray< T >::CondFunc) (const T &, void *) |
Definition at line 820 of file template.h.
typedef TObjArrayIterator<T, TSortedObjectArray<T> > owl::TSortedObjectArray< T >::Iterator |
Definition at line 822 of file template.h.
typedef Iterator owl::TSortedObjectArray< T >::iterator |
Definition at line 823 of file template.h.
typedef void(* owl::TSortedObjectArray< T >::IterFunc) (T &, void *) |
Definition at line 819 of file template.h.
|
inline |
Definition at line 826 of file template.h.
|
inline |
Definition at line 828 of file template.h.
|
inline |
Definition at line 829 of file template.h.
|
inline |
Definition at line 830 of file template.h.
|
inline |
Definition at line 832 of file template.h.
References owl::TMSortedObjectArray< T, A >::operator=().
friend owl::TSortedObjectArray< T >::Iterator |
Definition at line 824 of file template.h.