Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
StateVectorClass Class Reference

#include <ode.h>

Inherits DynamicVectorClass< float >.

Public Member Functions

void Reset (void)
 
void Resize (int size)
 
- Public Member Functions inherited from DynamicVectorClass< float >
 DynamicVectorClass (unsigned size=0, float const *array=0)
 
 DynamicVectorClass (unsigned size=0, float const *array=0)
 
bool operator== (const DynamicVectorClass &src)
 
bool operator!= (const DynamicVectorClass &src)
 
virtual bool Resize (int newsize, float const *array=0)
 
virtual bool Resize (int newsize, float const *array=0)
 
virtual void Clear (void)
 
virtual void Clear (void)
 
void Reset_Active (void)
 
void Set_Active (int count)
 
int Count (void) const
 
int Count (void) const
 
bool Add (float const &object)
 
bool Add (float const &object)
 
bool Add_Head (float const &object)
 
bool Add_Head (float const &object)
 
bool Insert (int index, float const &object)
 
bool Delete (float const &object)
 
bool Delete (int index)
 
bool Delete (float const &object)
 
bool Delete (int index)
 
bool Delete_Index (int index)
 
void Delete_All (void)
 
void Delete_All (void)
 
int Set_Growth_Step (int step)
 
int Set_Growth_Step (int step)
 
int Growth_Step (void)
 
int Growth_Step (void)
 
virtual int ID (float const *ptr)
 
virtual int ID (float const &ptr)
 
virtual int ID (float const *ptr)
 
virtual int ID (float const &ptr)
 
DynamicVectorClass< float > & operator= (DynamicVectorClass< float > const &rvalue)
 
DynamicVectorClass< float > & operator= (DynamicVectorClass< float > const &rvalue)
 
float * Uninitialized_Add (void)
 
float * Uninitialized_Add (void)
 
- Public Member Functions inherited from VectorClass< float >
WWINLINE VectorClass (NoInitClass const &)
 
 VectorClass (int size=0, float const *array=0)
 
 VectorClass (VectorClass< float > const &)
 
 VectorClass (NoInitClass const &)
 
 VectorClass (int size=0, float const *array=0)
 
 VectorClass (VectorClass< float > const &)
 
virtual ~VectorClass (void)
 
virtual ~VectorClass (void)
 
WWINLINE float & operator[] (int index)
 
WWINLINE float const & operator[] (int index) const
 
float & operator[] (int index)
 
float const & operator[] (int index) const
 
VectorClass< float > & operator= (VectorClass< float > const &)
 
VectorClass< float > & operator= (VectorClass< float > const &)
 
virtual bool operator== (VectorClass< float > const &) const
 
virtual bool operator== (VectorClass< float > const &) const
 
WWINLINE int Length (void) const
 
int Length (void) const
 

Additional Inherited Members

- Protected Attributes inherited from DynamicVectorClass< float >
int ActiveCount
 
int GrowthStep
 
- Protected Attributes inherited from VectorClass< float >
float * Vector
 
int VectorMax
 
bool IsValid
 
bool IsAllocated
 
bool VectorClassPad [2]
 

Detailed Description

Definition at line 59 of file ode.h.

Member Function Documentation

◆ Reset()

void StateVectorClass::Reset ( void )
inline

Definition at line 62 of file ode.h.

◆ Resize()

void StateVectorClass::Resize ( int size)
inline

Definition at line 63 of file ode.h.


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