summaryrefslogtreecommitdiff
path: root/cpp/unpack_context.hpp
blob: 49a93e4332eaeed7e17d09e661eb70b6f9b524be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */