Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello_message_pack
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"
Generated on Tue Jul 12 2022 22:51:46 by
1.7.2