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) const | KArrayTemplate | [inline] |
FindAfter(int pAfterIndex, Type pItem) const | KArrayTemplate | [inline] |
FindBefore(int pBeforeIndex, Type pItem) const | KArrayTemplate | [inline] |
GetArray() | KArrayTemplate | [inline] |
GetAt(int pIndex) const | KArrayTemplate | [inline] |
KBaseArray::GetAt(int pIndex) | KBaseArray | [inline, protected] |
GetCount() const | KBaseArray | [inline] |
GetFirst() const | KArrayTemplate | [inline] |
GetLast() const | KArrayTemplate | [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] |
mArray | KArrayTemplate | |
mArrayCount | KBaseArray | [protected] |
mBlockCount | KBaseArray | [protected] |
mItemPerBlock | KBaseArray | [protected] |
mItemSize | KBaseArray | [protected] |
operator=(const KArrayTemplate< Type > &pArrayTemplate) | KArrayTemplate | [inline] |
operator[](int pIndex) const | KArrayTemplate | [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) const | KBaseArray | [protected] |
~KArrayTemplate() | KArrayTemplate | [inline] |
~KBaseArray() | KBaseArray | [protected] |