![]() |
fehQlibs 30
Qlibs
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
| #define | GEN_ALLOC_typedef(ta, type, field, len, a) typedef struct ta { type *field; unsigned int len; unsigned int a; } ta; |
| #define | GEN_ALLOC_ready(ta, type, field, len, a, i, n, x, base, ta_ready) |
| #define | GEN_ALLOC_readyplus(ta, type, field, len, a, i, n, x, base, ta_rplus) |
| #define | GEN_ALLOC_append(ta, type, field, len, a, i, n, x, base, ta_rplus, ta_append) |
| #define GEN_ALLOC_append | ( | ta, | |
| type, | |||
| field, | |||
| len, | |||
| a, | |||
| i, | |||
| n, | |||
| x, | |||
| base, | |||
| ta_rplus, | |||
| ta_append | |||
| ) |
Definition at line 71 of file genalloc.h.
| #define GEN_ALLOC_ready | ( | ta, | |
| type, | |||
| field, | |||
| len, | |||
| a, | |||
| i, | |||
| n, | |||
| x, | |||
| base, | |||
| ta_ready | |||
| ) |
Definition at line 45 of file genalloc.h.
| #define GEN_ALLOC_readyplus | ( | ta, | |
| type, | |||
| field, | |||
| len, | |||
| a, | |||
| i, | |||
| n, | |||
| x, | |||
| base, | |||
| ta_rplus | |||
| ) |
Definition at line 58 of file genalloc.h.
| #define GEN_ALLOC_typedef | ( | ta, | |
| type, | |||
| field, | |||
| len, | |||
| a | |||
| ) | typedef struct ta { type *field; unsigned int len; unsigned int a; } ta; |
Definition at line 40 of file genalloc.h.