#include <IEModel.h>
Inheritance diagram for UDCollection< TYPE, ARG_TYPE >:
Public Member Functions | |
LONG | Add (ARG_TYPE newelement, LONG key=-1) |
LONG | AddForce (ARG_TYPE newelement) |
LONG | LookUp (ARG_TYPE newelement, LONG key=-1) |
TYPE * | GetArray () |
TYPE | GetAt (int index) const |
TYPE & | ElementAt (int index) |
int | GetSize () const |
void | SetSize (int newsize, int growby=-1) |
TYPE | operator[] (int index) const |
TYPE & | operator[] (int index) |
void | SetGranularity (int granularity) |
void | Shrink () |
Public Attributes | |
HashArray< TYPE, ARG_TYPE > | m_array |
Private Attributes | |
HashArray< LONG, LONG > | m_keyarray |
Definition at line 425 of file IEModel.h.
|
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: ![]() |
|
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: ![]() |
|
|
|
|
|
|
|
|
|
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: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
Generated on Thu Oct 27 11:47:04 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001