messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers array.hpp Source File

array.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_ARRAY_HPP
00014 # define MSGPACK_PREPROCESSOR_ARRAY_HPP
00015 #
00016 # include <msgpack/preprocessor/array/data.hpp>
00017 # include <msgpack/preprocessor/array/elem.hpp>
00018 # include <msgpack/preprocessor/array/enum.hpp>
00019 # include <msgpack/preprocessor/array/insert.hpp>
00020 # include <msgpack/preprocessor/array/pop_back.hpp>
00021 # include <msgpack/preprocessor/array/pop_front.hpp>
00022 # include <msgpack/preprocessor/array/push_back.hpp>
00023 # include <msgpack/preprocessor/array/push_front.hpp>
00024 # include <msgpack/preprocessor/array/remove.hpp>
00025 # include <msgpack/preprocessor/array/replace.hpp>
00026 # include <msgpack/preprocessor/array/reverse.hpp>
00027 # include <msgpack/preprocessor/array/size.hpp>
00028 # include <msgpack/preprocessor/array/to_list.hpp>
00029 # include <msgpack/preprocessor/array/to_seq.hpp>
00030 # include <msgpack/preprocessor/array/to_tuple.hpp>
00031 #
00032 # endif