#include <stdio.h>#include <stdlib.h>


Go to the source code of this file.
Data Structures | |
| class | ArrayList< TYPE > |
Defines | |
| #define | ARRAYLIST_REMOVEOBJECT_DELETE 0 |
| #define | ARRAYLIST_REMOVEOBJECT_DELETEARRAY 1 |
| #define | ARRAYLIST_REMOVEOBJECT_FREE 2 |
| #define ARRAYLIST_REMOVEOBJECT_DELETE 0 |
Definition at line 9 of file arraylist.h.
Referenced by ArrayList< TYPE >::ArrayList(), ArrayList< TYPE >::remove_all_objects(), ArrayList< TYPE >::remove_object(), and ArrayList< TYPE >::remove_object_number().
| #define ARRAYLIST_REMOVEOBJECT_DELETEARRAY 1 |
Definition at line 10 of file arraylist.h.
Referenced by ArrayList< TYPE >::remove_all_objects(), ArrayList< TYPE >::remove_object(), ArrayList< TYPE >::remove_object_number(), and ArrayList< TYPE >::set_array_delete().
| #define ARRAYLIST_REMOVEOBJECT_FREE 2 |
Definition at line 11 of file arraylist.h.
Referenced by ArrayList< TYPE >::remove_all_objects(), ArrayList< TYPE >::remove_object(), ArrayList< TYPE >::remove_object_number(), and ArrayList< TYPE >::set_free().
1.5.5