|
gwenhywfar
5.10.1
|
#include <gwenhywfar/gwenhywfarapi.h>#include <gwenhywfar/types.h>#include <assert.h>
Go to the source code of this file.
Macros | |
| #define | GWEN_DUMMY_EMPTY_ARG |
| #define | GWEN_TREE_H |
Typesafe Macros | |
| #define | GWEN_TREE_ELEMENT(t) GWEN_TREE_ELEMENT *_tree_element; |
| #define | GWEN_TREE_FUNCTION_LIB_DEFS_CONST(t, pr, decl) |
| #define | GWEN_TREE_FUNCTION_LIB_DEFS_NOCONST(t, pr, decl) |
| #define | GWEN_TREE_FUNCTION_DEFS_CONST(t, pr) GWEN_TREE_FUNCTION_LIB_DEFS_CONST(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE_FUNCTION_DEFS_NOCONST(t, pr) GWEN_TREE_FUNCTION_LIB_DEFS_NOCONST(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE_FUNCTION_LIB_DEFS(t, pr, decl) |
| #define | GWEN_TREE_FUNCTION_DEFS(t, pr) GWEN_TREE_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE_FUNCTIONS(t, pr) |
| #define | GWEN_TREE_INIT(t, element) element->_tree_element=GWEN_TreeElement_new(element); |
| #define | GWEN_TREE_FINI(t, element) |
| #define GWEN_DUMMY_EMPTY_ARG |
1.8.14