messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers seq.hpp Source File

seq.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_SEQ_HPP
00014 # define MSGPACK_PREPROCESSOR_SEQ_HPP
00015 #
00016 # include <msgpack/preprocessor/seq/cat.hpp>
00017 # include <msgpack/preprocessor/seq/elem.hpp>
00018 # include <msgpack/preprocessor/seq/enum.hpp>
00019 # include <msgpack/preprocessor/seq/filter.hpp>
00020 # include <msgpack/preprocessor/seq/first_n.hpp>
00021 # include <msgpack/preprocessor/seq/fold_left.hpp>
00022 # include <msgpack/preprocessor/seq/fold_right.hpp>
00023 # include <msgpack/preprocessor/seq/for_each.hpp>
00024 # include <msgpack/preprocessor/seq/for_each_i.hpp>
00025 # include <msgpack/preprocessor/seq/for_each_product.hpp>
00026 # include <msgpack/preprocessor/seq/insert.hpp>
00027 # include <msgpack/preprocessor/seq/pop_back.hpp>
00028 # include <msgpack/preprocessor/seq/pop_front.hpp>
00029 # include <msgpack/preprocessor/seq/push_back.hpp>
00030 # include <msgpack/preprocessor/seq/push_front.hpp>
00031 # include <msgpack/preprocessor/seq/remove.hpp>
00032 # include <msgpack/preprocessor/seq/replace.hpp>
00033 # include <msgpack/preprocessor/seq/rest_n.hpp>
00034 # include <msgpack/preprocessor/seq/reverse.hpp>
00035 # include <msgpack/preprocessor/seq/seq.hpp>
00036 # include <msgpack/preprocessor/seq/size.hpp>
00037 # include <msgpack/preprocessor/seq/subseq.hpp>
00038 # include <msgpack/preprocessor/seq/to_array.hpp>
00039 # include <msgpack/preprocessor/seq/to_list.hpp>
00040 # include <msgpack/preprocessor/seq/to_tuple.hpp>
00041 # include <msgpack/preprocessor/seq/transform.hpp>
00042 # include <msgpack/preprocessor/seq/variadic_seq_to_seq.hpp>
00043 #
00044 # endif