Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
List of all members
PlaceArray Class Reference
Inheritance diagram for PlaceArray:
vtArray< Place * >

Additional Inherited Members

- Public Member Functions inherited from vtArray< Place * >
 vtArray (uint size=0)
 
 vtArray (const vtArray< Place * > &)
 
uint GetSize () const
 
uint GetMaxSize () const
 
bool SetSize (uint)
 
bool SetMaxSize (uint)
 
uint GetElemSize () const
 
Place ** GetData () const
 
void FreeData ()
 
bool IsEmpty () const
 
Place *& GetAt (uint i) const
 
bool SetAt (uint i, Place *)
 
vtArray< Place * > & operator= (const vtArray< Place * > &)
 
Place *& operator[] (uint i)
 
const Place *& operator[] (uint i) const
 
void Empty ()
 
bool RemoveAt (uint i, int n=1)
 
int Append (const Place *&)
 
int Append (const vtArray< Place * > &)
 
int Find (const Place *&) const
 
- Protected Member Functions inherited from vtArray< Place * >
virtual bool Grow (uint)
 
virtual void DestructItems (uint first, uint last)
 
- Protected Attributes inherited from vtArray< Place * >
uint m_Size
 
uint m_MaxSize
 
Place ** m_Data
 

The documentation for this class was generated from the following file: