#include <msgpack/predef.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|
void * | add_predef_entry (const char *name, const char *description, unsigned value) void create_predef_entries() |
|
◆ MSGPACK_PREDEF_DECLARE_TEST [1/2]
#define MSGPACK_PREDEF_DECLARE_TEST |
( |
|
x, |
|
|
|
s |
|
) |
| void predef_entry_##x() { add_predef_entry(#x, s, x) } |
◆ MSGPACK_PREDEF_DECLARE_TEST [2/2]
#define MSGPACK_PREDEF_DECLARE_TEST |
( |
|
x, |
|
|
|
s |
|
) |
| predef_entry_##x() |
◆ MSGPACK_PREDEF_INTERNAL_GENERATE_TESTS
#define MSGPACK_PREDEF_INTERNAL_GENERATE_TESTS |
◆ add_predef_entry()
void* add_predef_entry |
( |
const char * |
name, |
|
|
const char * |
description, |
|
|
unsigned |
value |
|
) |
| |