Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
vtEngineArray Class Reference
Inheritance diagram for vtEngineArray:
vtArray< vtEngine * >

Public Member Functions

 vtEngineArray (vtEngine *pTop, bool bEnabledOnly=true)
 
- Public Member Functions inherited from vtArray< vtEngine * >
 vtArray (uint size=0)
 
 vtArray (const vtArray< vtEngine * > &)
 
uint GetSize () const
 
uint GetMaxSize () const
 
bool SetSize (uint)
 
bool SetMaxSize (uint)
 
uint GetElemSize () const
 
vtEngine ** GetData () const
 
void FreeData ()
 
bool IsEmpty () const
 
vtEngine *& GetAt (uint i) const
 
bool SetAt (uint i, vtEngine *)
 
vtArray< vtEngine * > & operator= (const vtArray< vtEngine * > &)
 
vtEngine *& operator[] (uint i)
 
const vtEngine *& operator[] (uint i) const
 
void Empty ()
 
bool RemoveAt (uint i, int n=1)
 
int Append (const vtEngine *&)
 
int Append (const vtArray< vtEngine * > &)
 
int Find (const vtEngine *&) const
 

Additional Inherited Members

- Protected Member Functions inherited from vtArray< vtEngine * >
virtual bool Grow (uint)
 
virtual void DestructItems (uint first, uint last)
 
- Protected Attributes inherited from vtArray< vtEngine * >
uint m_Size
 
uint m_MaxSize
 
vtEngine ** m_Data
 

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