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

Additional Inherited Members

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

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