messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers punctuation.hpp Source File

punctuation.hpp

00001 # /* **************************************************************************
00002 #  *                                                                          *
00003 #  *     (C) Copyright Paul Mensonides 2002.
00004 #  *     Distributed under the Boost Software License, Version 1.0. (See
00005 #  *     accompanying file LICENSE_1_0.txt or copy at
00006 #  *     http://www.boost.org/LICENSE_1_0.txt)
00007 #  *                                                                          *
00008 #  ************************************************************************** */
00009 #
00010 # /* See http://www.boost.org for most recent version. */
00011 #
00012 # ifndef MSGPACK_PREPROCESSOR_PUNCTUATION_HPP
00013 # define MSGPACK_PREPROCESSOR_PUNCTUATION_HPP
00014 #
00015 # include <msgpack/preprocessor/punctuation/comma.hpp>
00016 # include <msgpack/preprocessor/punctuation/comma_if.hpp>
00017 # include <msgpack/preprocessor/punctuation/is_begin_parens.hpp>
00018 # include <msgpack/preprocessor/punctuation/paren.hpp>
00019 # include <msgpack/preprocessor/punctuation/paren_if.hpp>
00020 # include <msgpack/preprocessor/punctuation/remove_parens.hpp>
00021 #
00022 # endif