|
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 |
Typesafe Macros | |
| #define | GWEN_TREE2_ELEMENT(t) GWEN_TREE2_ELEMENT *_tree2_element; |
| #define | GWEN_TREE2_FUNCTION_LIB_DEFS_CONST(t, pr, decl) |
| #define | GWEN_TREE2_FUNCTION_LIB_DEFS_NOCONST(t, pr, decl) |
| #define | GWEN_TREE2_FUNCTION_DEFS_CONST(t, pr) GWEN_TREE2_FUNCTION_LIB_DEFS_CONST(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE2_FUNCTION_DEFS_NOCONST(t, pr) GWEN_TREE2_FUNCTION_LIB_DEFS_NOCONST(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE2_FUNCTION_LIB_DEFS(t, pr, decl) |
| #define | GWEN_TREE2_FUNCTION_DEFS(t, pr) GWEN_TREE2_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_TREE2_FUNCTIONS(t, pr) |
| #define | GWEN_TREE2_INIT(t, element, pr) element->_tree2_element=GWEN_Tree2Element_new(element); |
| #define | GWEN_TREE2_FINI(t, element, pr) |
1.8.14