Add(ARG_TYPE newElement) | HashArray< TYPE, ARG_TYPE > | [inline] |
ElementAt(int index) | HashArray< TYPE, ARG_TYPE > | [inline] |
FreeExtra() | HashArray< TYPE, ARG_TYPE > | |
GetArray() | HashArray< TYPE, ARG_TYPE > | [inline] |
GetAt(int index) const | HashArray< TYPE, ARG_TYPE > | [inline] |
GetPushed() const | HashArray< TYPE, ARG_TYPE > | [inline] |
GetSize() const | HashArray< TYPE, ARG_TYPE > | [inline] |
GetUpperBound() const | HashArray< TYPE, ARG_TYPE > | [inline] |
HashArray() | HashArray< TYPE, ARG_TYPE > | |
InsertAt(int nIndex, ARG_TYPE newElement, int nCount=1) | HashArray< TYPE, ARG_TYPE > | |
m_data | HashArray< TYPE, ARG_TYPE > | [protected] |
m_growby | HashArray< TYPE, ARG_TYPE > | [protected] |
m_maxsize | HashArray< TYPE, ARG_TYPE > | [protected] |
m_size | HashArray< TYPE, ARG_TYPE > | [protected] |
operator[](int index) const | HashArray< TYPE, ARG_TYPE > | [inline] |
operator[](int index) | HashArray< TYPE, ARG_TYPE > | [inline] |
Pop() | HashArray< TYPE, ARG_TYPE > | |
Push(ARG_TYPE newElement) | HashArray< TYPE, ARG_TYPE > | [inline] |
RemoveAll() | HashArray< TYPE, ARG_TYPE > | [inline] |
RemoveAt(int index, int count=1) | HashArray< TYPE, ARG_TYPE > | |
SetAt(int index, ARG_TYPE newElement) | HashArray< TYPE, ARG_TYPE > | [inline] |
SetAtGrow(int index, ARG_TYPE newElement) | HashArray< TYPE, ARG_TYPE > | |
SetGranularity(int granularity) | HashArray< TYPE, ARG_TYPE > | [inline] |
SetSize(int newsize, int growby=-1) | HashArray< TYPE, ARG_TYPE > | |
~HashArray() | HashArray< TYPE, ARG_TYPE > | |