|
| TIPtrArray (int upper, int lower=0, int delta=0) |
|
| TIPtrArray () |
|
| ~TIPtrArray () |
|
| TIPtrArray (const TIPtrArray< T > &array) |
|
TIPtrArray< T > & | operator= (const TIPtrArray< T > &array) |
|
bool | DestroyItem (T t) |
|
bool | Destroy (int loc) |
|
void | Flush (bool del=true) |
|
| TPtrArray (int upper, int lower=0, int delta=0) |
|
| TPtrArray () |
|
| TPtrArray (const TPtrArray< T > &array) |
|
| TTypedArray (int upper, int=0, int=0) |
|
| TTypedArray () |
|
| TTypedArray (const TTypedArray< T, T, TStandardAllocator > &array) |
|
| ~TTypedArray () |
|
TTypedArray< T, T, TStandardAllocator > & | operator= (const TTypedArray< T, T, TStandardAllocator > &array) |
|
void | RemoveEntry (int loc) |
|
void | SqueezeEntry (unsigned loc) |
|
void | Grow (int index) |
|
int | Add (T t) |
|
void | AddAt (T t, uint index) |
|
bool | DetachItem (T t) |
|
bool | Detach (int loc) |
|
bool | DestroyItem (T t) |
|
bool | Destroy (int loc) |
|
bool | HasMember (T t) const |
|
int | Find (T t) const |
|
T & | operator[] (int loc) |
|
const T & | operator[] (int loc) const |
|
void | ForEach (IterFunc iter, void *args) |
|
T * | FirstThat (CondFunc cond, void *args) const |
|
T * | LastThat (CondFunc cond, void *args) const |
|
void | Flush () |
|
| TArrayBase () |
|
uint | GetItemsInContainer () const |
|
int | LowerBound () const |
|
int | UpperBound () const |
|
uint | ArraySize () const |
|
bool | IsFull () const |
|
bool | IsEmpty () const |
|
uint | Size () const |
|
uint | Count () const |
|
bool | Empty () const |
|
uint | size () const |
|
bool | empty () const |
|
template<
class T>
class owl::TIPtrArray< T >
Definition at line 867 of file template.h.