|
gwenhywfar
5.10.1
|
#include "tree2_p.h"#include <gwenhywfar/misc.h>#include <gwenhywfar/debug.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
Functions | |
| void | GWEN_Tree2_AddChild (GWEN_TREE2_ELEMENT *where, GWEN_TREE2_ELEMENT *el) |
| void | GWEN_Tree2_InsertChild (GWEN_TREE2_ELEMENT *where, GWEN_TREE2_ELEMENT *el) |
| void | GWEN_Tree2_Replace (GWEN_TREE2_ELEMENT *elToReplace, GWEN_TREE2_ELEMENT *elReplacement) |
| void | GWEN_Tree2_Unlink (GWEN_TREE2_ELEMENT *el) |
| void | GWEN_Tree2Element_free (GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetBelow (const GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetFirstChild (const GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetLastChild (const GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetNext (const GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetParent (const GWEN_TREE2_ELEMENT *el) |
| void * | GWEN_Tree2Element_GetPrevious (const GWEN_TREE2_ELEMENT *el) |
| GWEN_TREE2_ELEMENT * | GWEN_Tree2Element_new (void *d) |
1.8.14