|
| NamedThingVector (int32_t newStringOffset) |
|
int32_t | search (char const *searchString, int32_t comparison, bool *foundExact=nullptr) |
|
void * | getElement (int32_t index) |
|
void | removeElement (int32_t i) |
|
Error | insertElement (void *namedThing) |
|
Error | insertElement (void *namedThing, int32_t i) |
|
void | renameMember (int32_t i, String *newName) |
|
| ResizeableArray (int32_t newElementSize, int32_t newMaxNumEmptySpacesToKeep=16, int32_t newNumExtrarSpacesToAllocate=15) |
|
void | init () |
|
bool | cloneFrom (ResizeableArray const *other) |
|
void | empty () |
|
void | swapStateWith (ResizeableArray *other) |
|
void | deleteAtIndex (int32_t i, int32_t numToDelete=1, bool mayShortenMemoryAfter=true) |
|
bool | ensureEnoughSpaceAllocated (int32_t numAdditionalElementsNeeded) |
|
Error | insertAtIndex (int32_t i, int32_t numToInsert=1, void *thingNotToStealFrom=nullptr) |
|
void | swapElements (int32_t i1, int32_t i2) |
|
void | repositionElement (int32_t iFrom, int32_t iTo) |
|
Error | beenCloned () |
|
void | setMemory (void *newMemory, int32_t newMemorySize) |
|
void | setStaticMemory (void *newMemory, int32_t newMemorySize) |
|
void | moveElementsLeft (int32_t oldStartIndex, int32_t oldStopIndex, int32_t distance) |
|
void | moveElementsRight (int32_t oldStartIndex, int32_t oldStopIndex, int32_t distance) |
|
void * | getElementAddress (int32_t index) |
|
int32_t | getNumElements () |
|