#include "list1_p.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
Go to the source code of this file.
Functions | |
int | GWEN_List1_Add (GWEN_LIST1 *l, GWEN_LIST1_ELEMENT *el) |
int | GWEN_List1_AddList (GWEN_LIST1 *dest, GWEN_LIST1 *l) |
int | GWEN_List1_Del (GWEN_LIST1_ELEMENT *el) |
void | GWEN_List1_free (GWEN_LIST1 *l) |
int | GWEN_List1_GetCount (const GWEN_LIST1 *l) |
void * | GWEN_List1_GetFirst (const GWEN_LIST1 *l) |
void * | GWEN_List1_GetLast (const GWEN_LIST1 *l) |
int | GWEN_List1_Insert (GWEN_LIST1 *l, GWEN_LIST1_ELEMENT *el) |
GWEN_LIST1 * | GWEN_List1_new () |
void | GWEN_List1Element_free (GWEN_LIST1_ELEMENT *el) |
void * | GWEN_List1Element_GetData (const GWEN_LIST1_ELEMENT *el) |
void * | GWEN_List1Element_GetNext (const GWEN_LIST1_ELEMENT *el) |
void * | GWEN_List1Element_GetPrevious (const GWEN_LIST1_ELEMENT *el) |
GWEN_LIST1_ELEMENT * | GWEN_List1Element_new (void *d) |