#include "pack_define.h"
#include "object.h"
#include "timestamp.h"
#include <stdlib.h>
#include "pack_template.h"
Go to the source code of this file.
◆ msgpack_pack_append_buffer
#define msgpack_pack_append_buffer |
( |
| user, |
|
|
| buf, |
|
|
| len ) |
Value: return (*(
user)->callback)((
user)->data, (
const char*)buf,
len)
const char size_t len
Definition unpack_template.h:94
msgpack_unpack_user * user
Definition unpack_template.h:109
◆ msgpack_pack_inline_func
#define msgpack_pack_inline_func |
( |
| name | ) |
|
Value: inline int msgpack_pack ## name
◆ msgpack_pack_inline_func_cint
#define msgpack_pack_inline_func_cint |
( |
| name | ) |
|
Value: inline int msgpack_pack ## name
◆ msgpack_pack_inline_func_fixint
#define msgpack_pack_inline_func_fixint |
( |
| name | ) |
|
Value: inline int msgpack_pack_fix ## name
◆ msgpack_pack_user