diff options
Diffstat (limited to 'cpp/unpack_context.hpp')
-rw-r--r-- | cpp/unpack_context.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cpp/unpack_context.hpp b/cpp/unpack_context.hpp new file mode 100644 index 0000000..49a93e4 --- /dev/null +++ b/cpp/unpack_context.hpp @@ -0,0 +1,14 @@ +#ifndef UNPACK_CONTEXT_HPP__ +#define UNPACK_CONTEXT_HPP__ + +#include "msgpack/zone.hpp" +#include "msgpack/object.hpp" + +typedef msgpack::object_class* msgpack_object; + +typedef msgpack::zone* msgpack_unpack_context; + +#include "msgpack/unpack/inline_context.h" + +#endif /* unpack_context.h */ + |