This is the complete list of members for GxArray, including all inherited members.
__getStaticRtti(void) | GxClassBaseRoot | inlinestatic |
__type typedef (defined in GxArray) | GxArray | |
_allocatorType | GxArray | protected |
_allocCount | GxArray | protected |
_count | GxArray | protected |
_ppObject | GxArray | protected |
addBottom(void *pObject) | GxArray | |
addTop(void *pObject) | GxArray | inline |
ALLOC_COUNT_FIRST | GxArray | static |
allocateMemory(u32 size) | GxArray | inlineprotectedvirtual |
begin(void) const | GxArray | inline |
end(void) const | GxArray | inline |
erase(void *pObject) | GxArray | |
erase(u32 index) | GxArray | virtual |
eraseAll(void) | GxArray | |
expandAllocCount(void) | GxArray | inlineprotectedvirtual |
findIndex(void *pObject, u32 startIndex=0) const | GxArray | |
getCount(void) const | GxArray | inline |
getDefaultObject(void) | GxClassBaseRoot | inlinevirtual |
getObject(u32 index) const | GxArray | inline |
getRtti(void) const =0 | GxClassBaseRoot | pure virtual |
GxArray(void) | GxArray | |
GxArray(GxAllocatorList::ALLOCATOR_TYPE allocatorType) | GxArray | |
GxClassBase(void) | GxClassBase | inline |
GxClassBase(const GxClassBase &base) | GxClassBase | inline |
GxClassBaseRoot(void) | GxClassBaseRoot | inline |
GxClassBaseRoot(const GxClassBaseRoot &) | GxClassBaseRoot | inline |
indexOf(void *pObject) const | GxArray | |
insert(u32 index, void *pObject) | GxArray | |
isDefaultObject(void) | GxClassBaseRoot | inline |
operator=(const GxClassBaseRoot &) | GxClassBaseRoot | inline |
operator[](u32 i) const | GxArray | inline |
operator[](u32 i) | GxArray | inline |
pop(void) | GxArray | |
remove(void *pObject) | GxArray | |
remove(u32 index) | GxArray | |
removeAll(void) | GxArray | inline |
removeFirst(void *pObject) | GxArray | |
setAllocCount(u32 count) | GxArray | |
setCount(u32 count) | GxArray | |
setObject(u32 index, void *pObject) | GxArray | virtual |
~GxArray(void) override | GxArray | |
~GxClassBase(void) override | GxClassBase | inline |
~GxClassBaseRoot(void) | GxClassBaseRoot | inlinevirtual |