|
RetroArch
|
Go to the source code of this file.
Classes | |
| struct | MyList_t |
Typedefs | |
| typedef void(* | destructor_t) (void *) |
| typedef struct MyList_t | MyList |
Functions | |
| void * | mylist_add_element (MyList *list) |
| void | mylist_resize (MyList *list, int newSize, bool runConstructor) |
| void | mylist_create (MyList **list_p, int initialCapacity, constructor_t constructor, destructor_t destructor) |
| void | mylist_destroy (MyList **list_p) |
| void | mylist_assign (MyList *list, int index, void *value) |
| void | mylist_remove_at (MyList *list, int index) |
| void | mylist_pop_front (MyList *list) |
Variables | |
| RETRO_BEGIN_DECLS typedef void *(* | constructor_t )(void) |
| void mylist_create | ( | MyList ** | list_p, |
| int | initialCapacity, | ||
| constructor_t | constructor, | ||
| destructor_t | destructor | ||
| ) |
| RETRO_BEGIN_DECLS typedef void*(* constructor_t) (void) |
1.8.15