#include <rsmooth.h>
Public Member Functions | |
DynArray () | |
~DynArray () | |
BOOL | Initialise (INT32 inititems, INT32 newitems) |
Set * | GetFirstItem () |
INT32 | NumItems () |
BOOL | AddItem (Set &) |
void | DeleteItems (INT32 firstitem, INT32 numitems) |
void | Empty (BOOL compress=TRUE) |
Set & | operator[] (const INT32 i) |
void | Compact () |
BOOL | CloneFrom (DynArray *SourceArray) |
Private Member Functions | |
BOOL | MakeSpaceInList (const INT32 numitems) |
Private Attributes | |
MHANDLE | BlockHandle |
INT32 | UsedSlots |
INT32 | UnusedSlots |
INT32 | SlotInitSize |
INT32 | SlotAllocSize |
class DynArray
Definition at line 140 of file rsmooth.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 147 of file rsmooth.h. 00147 { return UsedSlots; };
|
|
|
|
|
|
|
|
|
|
|
|
|