|
gwenhywfar
5.1.3
|
This file contains some macros concerning lists. More...
#include <gwenhywfar/gwenhywfarapi.h>#include <gwenhywfar/types.h>#include <gwenhywfar/misc.h>#include <gwenhywfar/list.h>#include <gwenhywfar/refptr.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>Go to the source code of this file.
Macros | |
| #define | GWEN_CONSTLIST2_FUNCTION_DEFS(t, pr) GWEN_CONSTLIST2_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_CONSTLIST2_FUNCTION_LIB_DEFS(t, pr, decl) |
| #define | GWEN_CONSTLIST2_FUNCTIONS(t, pr) |
| #define | GWEN_LIST2_FUNCTION_DEFS(t, pr) GWEN_LIST2_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define | GWEN_LIST2_FUNCTION_LIB_DEFS(t, pr, decl) |
| #define | GWEN_LIST2_FUNCTIONS(t, pr) |
This file contains some macros concerning lists.
Definition in file list2.h.
| #define GWEN_CONSTLIST2_FUNCTION_DEFS | ( | t, | |
| pr | |||
| ) | GWEN_CONSTLIST2_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
| #define GWEN_CONSTLIST2_FUNCTION_LIB_DEFS | ( | t, | |
| pr, | |||
| decl | |||
| ) |
| #define GWEN_LIST2_FUNCTION_DEFS | ( | t, | |
| pr | |||
| ) | GWEN_LIST2_FUNCTION_LIB_DEFS(t, pr, GWEN_DUMMY_EMPTY_ARG) |
This macro should be used in applications, not in libraries. In libraries please use the macro GWEN_LIST2_FUNCTION_LIB_DEFS.
1.8.17