|
gwenhywfar
4.99.8beta
|
#include "pointerlist_p.h"#include <gwenhywfar/debug.h>#include <stdlib.h>#include <assert.h>#include <string.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
| #define DISABLE_DEBUGLOG |
Definition at line 31 of file pointerlist.c.
| void GWEN_PointerList_AddTable | ( | GWEN_POINTERLIST * | idl, |
| GWEN_POINTERLIST_TABLE * | idt | ||
| ) |
Definition at line 208 of file pointerlist.c.
References NULL.
Referenced by GWEN_PointerList_AddPtr(), GWEN_PointerList_AppendPtr(), and GWEN_PointerList_dup().

| void GWEN_PointerList_Clean | ( | GWEN_POINTERLIST * | idl | ) |
Definition at line 318 of file pointerlist.c.
References GWEN_PointerListTable_free(), GWEN_PointerListTable_IsEmpty(), and NULL.
Referenced by GWEN_PointerList_DelPtr().


|
inlinestatic |
Definition at line 67 of file pointerlist.c.
Referenced by GWEN_PointerList_AddPtr().

|
inlinestatic |
Definition at line 82 of file pointerlist.c.
Referenced by GWEN_PointerList_AppendPtr().

|
inlinestatic |
Definition at line 110 of file pointerlist.c.
Referenced by GWEN_PointerList_DelPtr().

| void GWEN_PointerListTable_free | ( | GWEN_POINTERLIST_TABLE * | idt | ) |
Definition at line 56 of file pointerlist.c.
References GWEN_FREE_OBJECT.
Referenced by GWEN_PointerList_Clean(), and GWEN_PointerList_Clear().

|
inlinestatic |
Definition at line 97 of file pointerlist.c.
Referenced by GWEN_PointerList_HasPtr().

|
inlinestatic |
Definition at line 125 of file pointerlist.c.
Referenced by GWEN_PointerList_Clean(), GWEN_PointerList_dup(), GWEN_PointerList_GetFirstPtr(), and GWEN_PointerList_GetNextPtr().

|
inlinestatic |
Definition at line 131 of file pointerlist.c.
Referenced by GWEN_PointerList_AddPtr(), and GWEN_PointerList_AppendPtr().

| GWEN_POINTERLIST_TABLE* GWEN_PointerListTable_new | ( | void | ) |
Definition at line 44 of file pointerlist.c.
References GWEN_NEW_OBJECT.
Referenced by GWEN_PointerList_AddPtr(), GWEN_PointerList_AppendPtr(), and GWEN_PointerList_dup().

1.8.6