#include <arraylist.h>
Public Member Functions | |
| ArrayList () | |
| virtual | ~ArrayList () |
| TYPE | append (TYPE value) |
| TYPE | append () |
| TYPE | insert (TYPE value, int number) |
| void | allocate (int total) |
| void | remove () |
| void | remove_object () |
| void | remove (TYPE value) |
| void | remove_object (TYPE value) |
| void | remove_object_number (int number) |
| void | remove_number (int number) |
| int | number_of (TYPE object) |
| void | remove_all () |
| void | remove_all_objects () |
| TYPE | last () |
| void | set_array_delete () |
| void | sort () |
Public Attributes | |
| TYPE * | values |
| int | total |
Private Attributes | |
| int | available |
| int | array_delete |
Definition at line 12 of file arraylist.h.
|
|||||||||
|
Definition at line 55 of file arraylist.h. |
|
|||||||||
|
Definition at line 65 of file arraylist.h. |
|
||||||||||
|
Definition at line 80 of file arraylist.h. |
|
|||||||||
|
Definition at line 109 of file arraylist.h. |
|
||||||||||
|
Definition at line 93 of file arraylist.h. |
|
||||||||||||||||
|
Definition at line 125 of file arraylist.h. |
|
|||||||||
|
Definition at line 152 of file arraylist.h. |
|
||||||||||
|
Definition at line 268 of file arraylist.h. |
|
||||||||||
|
Definition at line 136 of file arraylist.h. |
|
|||||||||
|
Definition at line 203 of file arraylist.h. |
|
|||||||||
|
Definition at line 239 of file arraylist.h. |
|
|||||||||
|
Definition at line 225 of file arraylist.h. |
|
||||||||||
|
Definition at line 210 of file arraylist.h. |
|
||||||||||
|
Definition at line 160 of file arraylist.h. |
|
|||||||||
|
Definition at line 186 of file arraylist.h. |
|
||||||||||
|
Definition at line 170 of file arraylist.h. |
|
|||||||||
|
Definition at line 73 of file arraylist.h. |
|
|||||||||
|
Definition at line 246 of file arraylist.h. |
|
|||||
|
Definition at line 51 of file arraylist.h. |
|
|||||
|
Definition at line 50 of file arraylist.h. |
|
|||||
|
Definition at line 47 of file arraylist.h. |
|
|||||
|
Definition at line 46 of file arraylist.h. |
1.4.4