Skip to content

classUDCollection 02

Member Function Documentation

template<class TYPE, class ARG_TYPE>
LONG UDCollection< TYPE, ARG_TYPE >::Add ARG_TYPE  newelement,
LONG  key = -1
[inline]
 

Definition at line 455 of file IEModel.h.

References HashArray< TYPE, ARG_TYPE >::Add(), HashArray< TYPE, ARG_TYPE >::GetAt(), UDCollection< TYPE, ARG_TYPE >::m_array, and UDCollection< TYPE, ARG_TYPE >::m_keyarray.

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
LONG UDCollection< TYPE, ARG_TYPE >::AddForce ARG_TYPE  newelement  )  [inline]
 

Definition at line 474 of file IEModel.h.

References HashArray< TYPE, ARG_TYPE >::Add(), UDCollection< TYPE, ARG_TYPE >::m_array, and UDCollection< TYPE, ARG_TYPE >::m_keyarray.

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
TYPE& UDCollection< TYPE, ARG_TYPE >::ElementAt int  index  )  [inline]
  Definition at line 437 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
TYPE* UDCollection< TYPE, ARG_TYPE >::GetArray  )  [inline]
  Definition at line 435 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
TYPE UDCollection< TYPE, ARG_TYPE >::GetAt int  index  )  const [inline]
  Definition at line 436 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
int UDCollection< TYPE, ARG_TYPE >::GetSize  )  const [inline]
  Definition at line 438 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
LONG UDCollection< TYPE, ARG_TYPE >::LookUp ARG_TYPE  newelement,
LONG  key = -1
[inline]
 

Definition at line 481 of file IEModel.h.

References HashArray< TYPE, ARG_TYPE >::GetAt(), UDCollection< TYPE, ARG_TYPE >::m_array, and UDCollection< TYPE, ARG_TYPE >::m_keyarray.

Here is the call graph for this function:

template<class TYPE, class ARG_TYPE>
TYPE& UDCollection< TYPE, ARG_TYPE >::operator[] int  index  )  [inline]
  Definition at line 441 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
TYPE UDCollection< TYPE, ARG_TYPE >::operator[] int  index  )  const [inline]
  Definition at line 440 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
void UDCollection< TYPE, ARG_TYPE >::SetGranularity int  granularity  )  [inline]
  Definition at line 443 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
void UDCollection< TYPE, ARG_TYPE >::SetSize int  newsize,
int  growby = -1
[inline]
  Definition at line 439 of file IEModel.h.

template<class TYPE, class ARG_TYPE>
void