gwenhywfar  5.10.1
Macros | Functions
tree2.c File Reference
#include "tree2_p.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
Include dependency graph for tree2.c:

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_ELEMENTGWEN_Tree2Element_new (void *d)
 

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 30 of file tree2.c.