|
| typedef TPtrArrayIterator< TOcFormatName *, TIPtrArray< TOcFormatName * > > | Iterator |
| |
| typedef Iterator | iterator |
| |
| typedef void(* | IterFunc) (T, void *) |
| |
| typedef bool(* | CondFunc) (T, void *) |
| |
| typedef TPtrArrayIterator< T, TTypedArray< T, T, TStandardAllocator > > | Iterator |
| |
| typedef Iterator | iterator |
| |
| | TIPtrArray () |
| |
| | TIPtrArray (int upper, int lower=0, int delta=0) |
| |
| | TIPtrArray (const TIPtrArray< TOcFormatName * > &array) |
| |
| | ~TIPtrArray () |
| |
| TIPtrArray< TOcFormatName * > & | operator= (const TIPtrArray< TOcFormatName * > &array) |
| |
| bool | DestroyItem (TOcFormatName * 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) |
| |
| void | Resize (int delta) |
| |
| void | Remove (int index) |
| |
| | 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 () |
| |
Protected 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 |
| |
| T * | Data |
| |
| uint | ItemCnt |
| |
| uint | Reserved |
| |
| static const int | NPOS = -1 |
| |
Clipboard format names.
Definition at line 73 of file ocapp.h.