|
LRAUV
revA
|
This is the complete list of members for FlexArrayBase, including all inherited members.
| array_ | FlexArrayBase | protected |
| clear() | FlexArrayBase | |
| deleteOnCleanup_ | FlexArrayBase | protected |
| find(void *item) const | FlexArrayBase | |
| FlexArrayBase(const bool deleteOnCleanup, const unsigned int initialCapacity=32, const unsigned int maxCapacity=16384) | FlexArrayBase | |
| FlexArrayBase(const FlexArrayBase &old) | FlexArrayBase | private |
| freeItem(void *item) | FlexArrayBase | protectedvirtual |
| getIndex(int index=-1) const | FlexArrayBase | protected |
| getMaxIndex() const | FlexArrayBase | |
| getMinIndex() const | FlexArrayBase | |
| initialCapacity_ | FlexArrayBase | protected |
| insert(const unsigned int index, void *item) | FlexArrayBase | |
| isEmpty() const | FlexArrayBase | |
| maxCapacity_ | FlexArrayBase | protected |
| maxIndex_ | FlexArrayBase | protected |
| minIndex_ | FlexArrayBase | protected |
| peek(int index=-1) | FlexArrayBase | |
| pop(int index=-1) | FlexArrayBase | |
| push(void *item) | FlexArrayBase | |
| resolveIndex(const unsigned int index) | FlexArrayBase | protected |
| set(const unsigned int index, const void *item) | FlexArrayBase | |
| setArraySize(const unsigned int newSize) | FlexArrayBase | inlineprotectedvirtual |
| setArraySizeBase(const unsigned int newSize) | FlexArrayBase | protected |
| size() const | FlexArrayBase | |
| size_ | FlexArrayBase | protected |
| ~FlexArrayBase() | FlexArrayBase | virtual |