|
| | TIPtrArray () |
| |
| | TIPtrArray (int upper, int lower=0, int delta=0) |
| |
| | ~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 () |
| |
| | TPtrArray (int upper, int lower=0, int delta=0) |
| |
| | TPtrArray (const TPtrArray< T > &array) |
| |
| | TTypedArray () |
| |
| | TTypedArray (int upper, int=0, int=0) |
| |
| | 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 () |
| |
Public Member Functions inherited from owl::TStandardAllocator |
| void | operator delete (void *ptr) |
| |
| void * | operator new (size_t sz) |
| |
| void * | Alloc (size_t sz) |
| |
| void | Free (void *ptr) |
| |
| void * | ReAlloc (void *ptr, size_t sz) |
| |
| | 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 1001 of file template.h.