wut
v1.7.0
Wii U Toolchain
|
Data Structures | |
struct | MEMMemoryLink |
struct | MEMMemoryList |
Typedefs | |
typedef struct MEMMemoryLink | MEMMemoryLink |
typedef struct MEMMemoryList | MEMMemoryList |
Functions | |
void | MEMInitList (MEMMemoryList *list, uint16_t offsetToMemoryLink) |
void | MEMAppendListObject (MEMMemoryList *list, void *object) |
void | MEMPrependListObject (MEMMemoryList *list, void *object) |
void | MEMInsertListObject (MEMMemoryList *list, void *before, void *object) |
void | MEMRemoveListObject (MEMMemoryList *list, void *object) |
void * | MEMGetNextListObject (MEMMemoryList *list, void *object) |
void * | MEMGetPrevListObject (MEMMemoryList *list, void *object) |
void * | MEMGetNthListObject (MEMMemoryList *list, uint16_t n) |
struct MEMMemoryList |
typedef struct MEMMemoryLink MEMMemoryLink |
typedef struct MEMMemoryList MEMMemoryList |
void MEMInitList | ( | MEMMemoryList * | list, |
uint16_t | offsetToMemoryLink | ||
) |
void MEMAppendListObject | ( | MEMMemoryList * | list, |
void * | object | ||
) |
void MEMPrependListObject | ( | MEMMemoryList * | list, |
void * | object | ||
) |
void MEMInsertListObject | ( | MEMMemoryList * | list, |
void * | before, | ||
void * | object | ||
) |
void MEMRemoveListObject | ( | MEMMemoryList * | list, |
void * | object | ||
) |
void* MEMGetNextListObject | ( | MEMMemoryList * | list, |
void * | object | ||
) |
void* MEMGetPrevListObject | ( | MEMMemoryList * | list, |
void * | object | ||
) |
void* MEMGetNthListObject | ( | MEMMemoryList * | list, |
uint16_t | n | ||
) |