// // MessagePack for C++ static resolution routine // // Copyright (C) 2008-2014 FURUHASHI Sadayuki and KONDO Takatoshi // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // #ifndef MSGPACK_V1_OBJECT_DECL_HPP #define MSGPACK_V1_OBJECT_DECL_HPP
// obsolete template <typename T>
MSGPACK_DEPRECATED("please use member function version of object::convert(T&)">) void convert(T& v, msgpack::object const& o);
// obsolete template <typename Stream, typename T>
MSGPACK_DEPRECATED("please use member function version of packer::pack(const T&)"pan>) voidpack(msgpack::packer<Stream>& o, const T& v);
// obsolete template <typename Stream, typename T>
MSGPACK_DEPRECATED("please use member function version of packer::pack(const T&)"pan>) void pack_copy(msgpack::packer<Stream>& o, T v);
template <typename Stream>
msgpack::packer<Stream>& operator<< (msgpack::packer<Stream>& o, const msgpack::object& v);
template <typename Stream>
msgpack::packer<Stream>& operator<< (msgpack::packer<Stream>& o, const msgpack::object::with_zone& v);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.