#include <Vector.H>
Inherits VectorClass< T >, and VectorClass< T >.
Inherited by PriorityVectorClass< T >.
Public Member Functions | |
| DynamicVectorClass (unsigned size=0, T const *array=0) | |
| bool | operator== (const DynamicVectorClass &src) |
| bool | operator!= (const DynamicVectorClass &src) |
| virtual bool | Resize (int newsize, T const *array=0) |
| virtual void | Clear (void) |
| void | Reset_Active (void) |
| void | Set_Active (int count) |
| int | Count (void) const |
| bool | Add (T const &object) |
| bool | Add_Head (T const &object) |
| bool | Insert (int index, T const &object) |
| bool | Delete (T const &object) |
| bool | Delete (int index) |
| bool | Delete_Index (int index) |
| void | Delete_All (void) |
| int | Set_Growth_Step (int step) |
| int | Growth_Step (void) |
| virtual int | ID (T const *ptr) |
| virtual int | ID (T const &ptr) |
| DynamicVectorClass< T > & | operator= (DynamicVectorClass< T > const &rvalue) |
| T * | Uninitialized_Add (void) |
| DynamicVectorClass (unsigned size=0, T const *array=0) | |
| virtual bool | Resize (int newsize, T const *array=0) |
| virtual void | Clear (void) |
| int | Count (void) const |
| bool | Add (T const &object) |
| bool | Add_Head (T const &object) |
| bool | Delete (T const &object) |
| bool | Delete (int index) |
| void | Delete_All (void) |
| int | Set_Growth_Step (int step) |
| int | Growth_Step (void) |
| virtual int | ID (T const *ptr) |
| virtual int | ID (T const &ptr) |
| DynamicVectorClass< T > & | operator= (DynamicVectorClass< T > const &rvalue) |
| T * | Uninitialized_Add (void) |
Public Member Functions inherited from VectorClass< T > | |
| WWINLINE | VectorClass (NoInitClass const &) |
| VectorClass (int size=0, T const *array=0) | |
| VectorClass (VectorClass< T > const &) | |
| virtual | ~VectorClass (void) |
| WWINLINE T & | operator[] (int index) |
| WWINLINE T const & | operator[] (int index) const |
| VectorClass< T > & | operator= (VectorClass< T > const &) |
| virtual bool | operator== (VectorClass< T > const &) const |
| WWINLINE int | Length (void) const |
| VectorClass (NoInitClass const &) | |
| VectorClass (int size=0, T const *array=0) | |
| VectorClass (VectorClass< T > const &) | |
| virtual | ~VectorClass (void) |
| T & | operator[] (int index) |
| T const & | operator[] (int index) const |
| VectorClass< T > & | operator= (VectorClass< T > const &) |
| virtual bool | operator== (VectorClass< T > const &) const |
| int | Length (void) const |
Protected Attributes | |
| int | ActiveCount |
| int | GrowthStep |
Protected Attributes inherited from VectorClass< T > | |
| T * | Vector |
| int | VectorMax |
| bool | IsValid |
| bool | IsAllocated |
| bool | VectorClassPad [2] |
| DynamicVectorClass< T >::DynamicVectorClass | ( | unsigned | size = 0, |
| T const * | array = 0 ) |
| DynamicVectorClass< T >::DynamicVectorClass | ( | unsigned | size = 0, |
| T const * | array = 0 ) |
| bool DynamicVectorClass< T >::Add | ( | T const & | object | ) |
| bool DynamicVectorClass< T >::Add | ( | T const & | object | ) |
| bool DynamicVectorClass< T >::Add_Head | ( | T const & | object | ) |
| bool DynamicVectorClass< T >::Add_Head | ( | T const & | object | ) |
|
inlinevirtual |
Reimplemented from VectorClass< T >.
|
inlinevirtual |
Reimplemented from VectorClass< T >.
|
inline |
|
inline |
| bool DynamicVectorClass< T >::Delete | ( | int | index | ) |
| bool DynamicVectorClass< T >::Delete | ( | int | index | ) |
| bool DynamicVectorClass< T >::Delete | ( | T const & | object | ) |
| bool DynamicVectorClass< T >::Delete | ( | T const & | object | ) |
| void DynamicVectorClass< T >::Delete_All | ( | void | ) |
|
inline |
| bool DynamicVectorClass< T >::Delete_Index | ( | int | index | ) |
|
inline |
|
inline |
|
virtual |
Reimplemented from VectorClass< T >.
|
virtual |
Reimplemented from VectorClass< T >.
|
inlinevirtual |
Reimplemented from VectorClass< T >.
|
inlinevirtual |
Reimplemented from VectorClass< T >.
| bool DynamicVectorClass< T >::Insert | ( | int | index, |
| T const & | object ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented from VectorClass< T >.
|
virtual |
Reimplemented from VectorClass< T >.
|
inline |
|
inline |
|
inline |
| T * DynamicVectorClass< T >::Uninitialized_Add | ( | void | ) |
| T * DynamicVectorClass< T >::Uninitialized_Add | ( | void | ) |
|
protected |
|
protected |