messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers library.hpp Source File

library.hpp

00001 # /* **************************************************************************
00002 #  *                                                                          *
00003 #  *     (C) Copyright Paul Mensonides 2002-2011.                             *
00004 #  *     (C) Copyright Edward Diener 2011.                                    *
00005 #  *     Distributed under the Boost Software License, Version 1.0. (See      *
00006 #  *     accompanying file LICENSE_1_0.txt or copy at                         *
00007 #  *     http://www.boost.org/LICENSE_1_0.txt)                                *
00008 #  *                                                                          *
00009 #  ************************************************************************** */
00010 #
00011 # /* See http://www.boost.org for most recent version. */
00012 #
00013 # ifndef MSGPACK_PREPROCESSOR_LIBRARY_HPP
00014 # define MSGPACK_PREPROCESSOR_LIBRARY_HPP
00015 #
00016 # include <msgpack/preprocessor/arithmetic.hpp>
00017 # include <msgpack/preprocessor/array.hpp>
00018 # include <msgpack/preprocessor/cat.hpp>
00019 # include <msgpack/preprocessor/comparison.hpp>
00020 # include <msgpack/preprocessor/config/limits.hpp>
00021 # include <msgpack/preprocessor/control.hpp>
00022 # include <msgpack/preprocessor/debug.hpp>
00023 # include <msgpack/preprocessor/facilities.hpp>
00024 # include <msgpack/preprocessor/iteration.hpp>
00025 # include <msgpack/preprocessor/list.hpp>
00026 # include <msgpack/preprocessor/logical.hpp>
00027 # include <msgpack/preprocessor/punctuation.hpp>
00028 # include <msgpack/preprocessor/repetition.hpp>
00029 # include <msgpack/preprocessor/selection.hpp>
00030 # include <msgpack/preprocessor/seq.hpp>
00031 # include <msgpack/preprocessor/slot.hpp>
00032 # include <msgpack/preprocessor/stringize.hpp>
00033 # include <msgpack/preprocessor/tuple.hpp>
00034 # include <msgpack/preprocessor/variadic.hpp>
00035 #
00036 # endif