This is the complete list of members for T2GenericDynamicVector, including all inherited members.
Grow(TINT a_iNumElements, TINT a_iElementSize) | T2GenericDynamicVector | protected |
m_iAllocSize | T2GenericDynamicVector | protected |
m_iGrowSize | T2GenericDynamicVector | protected |
m_iNumElements | T2GenericDynamicVector | protected |
m_pAllocator | T2GenericDynamicVector | protected |
m_poElements | T2GenericDynamicVector | protected |
Reallocate(TINT a_iNewSize, TINT a_iElementSize) | T2GenericDynamicVector | protected |
T2GenericDynamicVector(T2Allocator *a_pAllocator, TINT a_iInitialSize, TINT a_iGrowSize, TINT a_iElementSize) | T2GenericDynamicVector | inlineprotected |
T2GenericDynamicVector(void *a_poElements, TINT a_iInitialSize, TINT a_iNumElements) | T2GenericDynamicVector | inlineprotected |