Hideaki Tai / msgpack-embedded

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers msgpack.hpp Source File

msgpack.hpp

00001 //
00002 // MessagePack for C++
00003 //
00004 // Copyright (C) 2008-2009 FURUHASHI Sadayuki
00005 //
00006 //    Distributed under the Boost Software License, Version 1.0.
00007 //    (See accompanying file LICENSE_1_0.txt or copy at
00008 //    http://www.boost.org/LICENSE_1_0.txt)
00009 //
00010 
00011 #define MSGPACK_ENDIAN_LITTLE_BYTE 1
00012 #define MSGPACK_DLLEXPORT __declspec(dllexport)
00013 
00014 #include "msgpack/object.hpp"
00015 #include "msgpack/iterator.hpp"
00016 #include "msgpack/zone.hpp"
00017 #include "msgpack/pack.hpp"
00018 #include "msgpack/unpack.hpp"
00019 #include "msgpack/sbuffer.hpp"
00020 #include "msgpack/vrefbuffer.hpp"
00021 #include "msgpack/version.hpp"
00022 #include "msgpack/type.hpp"