This is the complete list of members for CStringArray, including all inherited members.
| beenCloned() | ResizeableArray | |
| cloneFrom(ResizeableArray *other) | ResizeableArray | |
| CStringArray(int newElementSize) | CStringArray | inline |
| deleteAtIndex(int i, int numToDelete=1, bool mayShortenMemoryAfter=true) | ResizeableArray | |
| elementSize | ResizeableArray | |
| empty() | ResizeableArray | |
| emptyingShouldFreeMemory | ResizeableArray | |
| ensureEnoughSpaceAllocated(int numAdditionalElementsNeeded) | ResizeableArray | |
| getElementAddress(int index) | ResizeableArray | inline |
| getNumElements() | ResizeableArray | inline |
| init() | ResizeableArray | |
| insertAtIndex(int i, int numToInsert=1, void *thingNotToStealFrom=NULL) | ResizeableArray | |
| lock | ResizeableArray | protected |
| memory | ResizeableArray | protected |
| memorySize | ResizeableArray | protected |
| memoryStart | ResizeableArray | protected |
| moveElementsLeft(int oldStartIndex, int oldStopIndex, int distance) | ResizeableArray | |
| moveElementsRight(int oldStartIndex, int oldStopIndex, int distance) | ResizeableArray | |
| numElements | ResizeableArray | protected |
| repositionElement(int iFrom, int iTo) | ResizeableArray | |
| ResizeableArray(int newElementSize, int newMaxNumEmptySpacesToKeep=16, int newNumExtrarSpacesToAllocate=15) | ResizeableArray | |
| search(char const *searchString, bool *foundExact=NULL) | CStringArray | |
| setMemory(void *newMemory, int newMemorySize) | ResizeableArray | |
| setStaticMemory(void *newMemory, int newMemorySize) | ResizeableArray | |
| sortForStrings() | CStringArray | |
| staticMemoryAllocationSize | ResizeableArray | |
| swapElements(int i1, int i2) | ResizeableArray | |
| swapStateWith(ResizeableArray *other) | ResizeableArray | |
| ~ResizeableArray() | ResizeableArray | |