|
| GeTempDynArray (Int32 p_init=1, Int32 p_step=0) |
|
void | SetAlloc (Int32 p_init=1, Int32 p_step=0) |
|
Int32 | GetCount () const |
|
GvRealPort * | GetIndex (Int32 i) const |
|
GvRealPort * | GetFirst () const |
|
GvRealPort * | GetLast () 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) |
|
GvRealPort * | AppendNew () |
|
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 () |
|
GvRealPort * | operator[] (Int32 l) |
|
const GvRealPort * | operator[] (Int32 l) const |
|
void ** | GetRoot () |
|