Hideaki Tai / msgpack-embedded

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tuple.hpp Source File

tuple.hpp

00001 # /* Copyright (C) 2001
00002 #  * Housemarque Oy
00003 #  * http://www.housemarque.com
00004 #  *
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 # /* Revised by Paul Mensonides (2002) */
00011 # /* Revised by Edward Diener (2011,2013) */
00012 #
00013 # /* See http://www.boost.org for most recent version. */
00014 #
00015 # ifndef MSGPACK_PREPROCESSOR_TUPLE_HPP
00016 # define MSGPACK_PREPROCESSOR_TUPLE_HPP
00017 #
00018 # include <msgpack/preprocessor/tuple/eat.hpp>
00019 # include <msgpack/preprocessor/tuple/elem.hpp>
00020 # include <msgpack/preprocessor/tuple/enum.hpp>
00021 # include <msgpack/preprocessor/tuple/insert.hpp>
00022 # include <msgpack/preprocessor/tuple/pop_back.hpp>
00023 # include <msgpack/preprocessor/tuple/pop_front.hpp>
00024 # include <msgpack/preprocessor/tuple/push_back.hpp>
00025 # include <msgpack/preprocessor/tuple/push_front.hpp>
00026 # include <msgpack/preprocessor/tuple/rem.hpp>
00027 # include <msgpack/preprocessor/tuple/remove.hpp>
00028 # include <msgpack/preprocessor/tuple/replace.hpp>
00029 # include <msgpack/preprocessor/tuple/reverse.hpp>
00030 # include <msgpack/preprocessor/tuple/size.hpp>
00031 # include <msgpack/preprocessor/tuple/to_array.hpp>
00032 # include <msgpack/preprocessor/tuple/to_list.hpp>
00033 # include <msgpack/preprocessor/tuple/to_seq.hpp>
00034 #
00035 # endif