GvPortArray Class Reference

#include <gv_node.h>

Inheritance diagram for GvPortArray:

Additional Inherited Members

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