GvDestArray Class Reference

#include <gv_port.h>

Inheritance diagram for GvDestArray:

Additional Inherited Members

- Public Member Functions inherited from GeTempDynArray< GvDestination >
 GeTempDynArray (Int32 p_init=1, Int32 p_step=0)
 
void SetAlloc (Int32 p_init=1, Int32 p_step=0)
 
Int32 GetCount () const
 
GvDestinationGetIndex (Int32 i) const
 
GvDestinationGetFirst () const
 
GvDestinationGetLast () const
 
Bool SetIndex (Int32 i, GvDestination *e) const
 
void Swap (Int32 a, Int32 b)
 
void Move (Int32 source, Int32 dest)
 
void Sort (Int32(*compare)(GvDestination **a, GvDestination **b))
 
GvDestination ** Search (void *key, Int32(*search)(void *key, GvDestination **b))
 
Bool Append (GvDestination *e)
 
GvDestinationAppendNew ()
 
Bool Insert (GvDestination *e, Int32 n)
 
Bool Remove (Int32 n)
 
Bool Remove (GvDestination *e)
 
Int32 Find (const GvDestination *e) const
 
void ResetCount ()
 
void FlushThis ()
 
Bool CopyTo (GeTempDynArray *dest) const
 
void FlushAll ()
 
GvDestinationoperator[] (Int32 l)
 
const GvDestinationoperator[] (Int32 l) const
 
- Protected Member Functions inherited from GeTempDynArray< GvDestination >
void ** GetRoot ()