|
Derive-C
|
#include <inttypes.h>#include <stddef.h>#include <stdint.h>#include <sys/types.h>Go to the source code of this file.
Macros | |
| #define | DC_INT_REFLECT(F, ...) |
| #define | DC_FLOAT_REFLECT(F, ...) |
| #define | DC_STD_REFLECT(F, ...) |
| #define DC_FLOAT_REFLECT | ( | F, | |
| ... ) |
Reflection on std types F(type, print_fmt)
Definition at line 25 of file reflect.h.
| #define DC_INT_REFLECT | ( | F, | |
| ... ) |
Reflection on integer types F(type, print_fmt)
Definition at line 11 of file reflect.h.