|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Holds array pointers to strings. More...
#include <owl/template.h>
Public Types | |
| typedef void(* | IterFunc) (T &, void *) |
| typedef bool(* | CondFunc) (const T &, void *) |
| typedef TObjArrayIterator< T, TMObjectArray< T, A > > | Iterator |
| typedef Iterator | iterator |
Protected Member Functions | |
| void | Resize (int delta) |
| void | Remove (int index) |
Protected Attributes | |
| T ** | Data |
| TMMemBlocks< A > | Mem |
Protected Attributes inherited from owl::TArrayBase | |
| uint | ItemCnt |
| uint | Reserved |
Friends | |
| class | TObjArrayIterator< T, TMObjectArray< T, A > > |
Additional Inherited Members | |
Static Public Attributes inherited from owl::TArrayBase | |
| static const int | NPOS = -1 |
Holds array pointers to strings.
Definition at line 697 of file template.h.
| typedef bool(* owl::TMObjectArray< T, A >::CondFunc) (const T &, void *) |
Definition at line 703 of file template.h.
| typedef TObjArrayIterator<T, TMObjectArray<T, A> > owl::TMObjectArray< T, A >::Iterator |
Definition at line 705 of file template.h.
| typedef Iterator owl::TMObjectArray< T, A >::iterator |
Definition at line 707 of file template.h.
| typedef void(* owl::TMObjectArray< T, A >::IterFunc) (T &, void *) |
Definition at line 702 of file template.h.
|
inline |
Definition at line 709 of file template.h.
References owl::TMObjectArray< T, A >::Resize().
|
inline |
Definition at line 711 of file template.h.
|
inline |
Definition at line 1252 of file template.h.
| owl::TMObjectArray< T, A >::TMObjectArray | ( | const TMObjectArray< T, A > & | array | ) |
Definition at line 1239 of file template.h.
References owl::TMObjectArray< T, A >::Data, owl::TArrayBase::ItemCnt, owl::TMObjectArray< T, A >::Mem, and owl::TMObjectArray< T, A >::Resize().
|
inline |
Definition at line 1278 of file template.h.
| void owl::TMObjectArray< T, A >::AddAt | ( | const T & | t, |
| uint | index ) |
Definition at line 1287 of file template.h.
|
inline |
Definition at line 1320 of file template.h.
References owl::__owl_destruct().
|
inline |
Definition at line 1305 of file template.h.
References owl::__owl_destruct().
| int owl::TMObjectArray< T, A >::Find | ( | const T & | t | ) | const |
Definition at line 1340 of file template.h.
| T * owl::TMObjectArray< T, A >::FirstThat | ( | CondFunc | cond, |
| void * | args ) const |
Definition at line 1370 of file template.h.
| void owl::TMObjectArray< T, A >::Flush | ( | ) |
Definition at line 1388 of file template.h.
References owl::__owl_destruct().
| void owl::TMObjectArray< T, A >::ForEach | ( | IterFunc | iter, |
| void * | args ) |
Definition at line 1363 of file template.h.
|
inline |
Definition at line 715 of file template.h.
References owl::TMObjectArray< T, A >::Mem.
|
inline |
Definition at line 1399 of file template.h.
|
inline |
Definition at line 1334 of file template.h.
| T * owl::TMObjectArray< T, A >::LastThat | ( | CondFunc | cond, |
| void * | args ) const |
Definition at line 1379 of file template.h.
| TMObjectArray< T, A > & owl::TMObjectArray< T, A >::operator= | ( | const TMObjectArray< T, A > & | array | ) |
Definition at line 1260 of file template.h.
|
inline |
Definition at line 1349 of file template.h.
References PRECONDITION.
|
inline |
Definition at line 1356 of file template.h.
References PRECONDITION.
|
inlineprotected |
Definition at line 1428 of file template.h.
|
inline |
Definition at line 717 of file template.h.
References owl::TMObjectArray< T, A >::Remove().
|
protected |
Definition at line 1407 of file template.h.
|
inline |
Definition at line 718 of file template.h.
References owl::TMObjectArray< T, A >::Remove().
|
friend |
Definition at line 705 of file template.h.
|
protected |
Definition at line 745 of file template.h.
|
protected |
Definition at line 746 of file template.h.