classHashArray 04

ta-nowrap="">nCount = 1

 

Definition at line 228 of file HashArra.h.

References HashConstructElements(), HashDestructElements(), HashArray< TYPE, ARG_TYPE >::m_data, HashArray< TYPE, ARG_TYPE >::m_size, and HashArray< TYPE, ARG_TYPE >::SetSize().

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
TYPE& HashArray< TYPE, ARG_TYPE >::operator[] int  index  )  [inline]
  Definition at line 84 of file HashArra.h.

template<class TYPE, class ARG_TYPE>
TYPE HashArray< TYPE, ARG_TYPE >::operator[] int  index  )  const [inline]
  Definition at line 83 of file HashArra.h.

template<class TYPE, class ARG_TYPE>
TYPE HashArray< TYPE, ARG_TYPE >::Pop  ) 
 

Definition at line 294 of file HashArra.h.

References FALSE, HashDestructElements(), HashArray< TYPE, ARG_TYPE >::m_data, and HashArray< TYPE, ARG_TYPE >::m_size.

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::Push ARG_TYPE  newElement  )  [inline]
 

Definition at line 288 of file HashArra.h.

References HashArray< TYPE, ARG_TYPE >::m_size, and HashArray< TYPE, ARG_TYPE >::SetAtGrow().

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::RemoveAll  )  [inline]
 

Definition at line 112 of file HashArra.h.

References HashArray< TYPE, ARG_TYPE >::SetSize().

Referenced by VertexInfo::RemoveAll().

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::RemoveAt int  index,
int  count = 1
 

Definition at line 270 of file HashArra.h.

References HashDestructElements(), HashArray< TYPE, ARG_TYPE >::m_data, and HashArray< TYPE, ARG_TYPE >::m_size.

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::SetAt int  index,
ARG_TYPE  newElement
[inline]
 

Definition at line 121 of file HashArra.h.

References HashArray< TYPE, ARG_TYPE >::m_data.

Referenced by VectorCollection::Add().

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::SetAtGrow int  index,
ARG_TYPE  newElement
 

Definition at line 220 of file HashArra.h.

References HashArray< TYPE, ARG_TYPE >::m_data, HashArray< TYPE, ARG_TYPE >::m_size, and HashArray< TYPE, ARG_TYPE >::SetSize().

Referenced by HashArray< TYPE, ARG_TYPE >::Add(), and HashArray< TYPE, ARG_TYPE >::Push().

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
void HashArray< TYPE, ARG_TYPE >::SetGranularity