KArrayTemplate Member List

This is the complete list of members for KArrayTemplate, including all inherited members.

Add(Type pItem)KArrayTemplate [inline]
AddArray(KArrayTemplate< Type > &pArray)KArrayTemplate [inline]
AddArrayNoDuplicate(KArrayTemplate< Type > &pArray)KArrayTemplate [inline]
AddMultiple(kUInt pItemCount)KArrayTemplate [inline]
AddUnique(Type pItem)KArrayTemplate [inline]
Clear()KBaseArray
Empty()KBaseArray
Find(Type pItem) constKArrayTemplate [inline]
FindAfter(int pAfterIndex, Type pItem) const KArrayTemplate [inline]
FindBefore(int pBeforeIndex, Type pItem) const KArrayTemplate [inline]
GetArray()KArrayTemplate [inline]
GetAt(int pIndex) constKArrayTemplate [inline]
KBaseArray::GetAt(int pIndex)KBaseArray [inline, protected]
GetCount() constKBaseArray [inline]
GetFirst() constKArrayTemplate [inline]
GetLast() constKArrayTemplate [inline]
InsertAt(int pIndex, Type pItem)KArrayTemplate [inline]
KBaseArray::InsertAt(int pIndex, void *pItem)KBaseArray [protected]
KArrayTemplate(int pItemPerBlock=16)KArrayTemplate [inline]
KArrayTemplate(const KArrayTemplate< Type > &pArrayTemplate)KArrayTemplate [inline]
KBaseArray(int pItemPerBlock, int pItemSize)KBaseArray [protected]
mArrayKArrayTemplate
mArrayCountKBaseArray [protected]
mBlockCountKBaseArray [protected]
mItemPerBlockKBaseArray [protected]
mItemSizeKBaseArray [protected]
operator=(const KArrayTemplate< Type > &pArrayTemplate)KArrayTemplate [inline]
operator[](int pIndex) constKArrayTemplate [inline]
RemoveArray(KArrayTemplate< Type > &pArray)KArrayTemplate [inline]
RemoveAt(int pIndex)KArrayTemplate [inline]
RemoveIt(Type pItem)KArrayTemplate [inline]
RemoveLast()KArrayTemplate [inline]
Reserve(int pCapacity)KBaseArray
SetAt(int pIndex, Type pItem)KArrayTemplate [inline]
SetCount(int pCount)KBaseArray
SetLast(Type pItem)KArrayTemplate [inline]
ValidateIndex(int pIndex) constKBaseArray [protected]
~KArrayTemplate()KArrayTemplate [inline]
~KBaseArray()KBaseArray [protected]