Public Member Functions | |
| void | add (Vector &) |
| VectorNode * | add (const char *Text, void *Data=NULL) |
| VectorNode * | at (int) |
| void | clear () |
| int | get (const char *) |
| bool | isempty () |
| void | remove (int) |
| int | size () |
| void | sort () |
| Vector () | |
| ~Vector () | |
Private Member Functions | |
| void | DeleteNode (VectorNode *) |
| void | ReCount () |
Private Attributes | |
| VectorNode ** | Array |
| bool | Sorted |
| int | VectorSize |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1