10 #ifndef MSGPACK_V1_TYPE_BOOST_STRING_REF_HPP 11 #define MSGPACK_V1_TYPE_BOOST_STRING_REF_HPP 13 #include <boost/version.hpp> 14 #if (BOOST_VERSION / 100000) >= 1 && ((BOOST_VERSION / 100) % 1000) >= 53 20 #include <boost/utility/string_ref.hpp> 31 struct convert<boost::string_ref> {
49 struct pack<boost::string_ref> {
50 template <
typename Stream>
60 struct object<boost::string_ref> {
70 struct object_with_zone<boost::string_ref> {
85 #endif // (BOOST_VERSION / 100000) >= 1 && ((BOOST_VERSION / 100) % 1000) >= 53 87 #endif // MSGPACK_V1_TYPE_BOOST_STRING_REF_HPP Definition: object_fwd_decl.hpp:37
const char * ptr
Definition: object_fwd.hpp:39
uint32_t checked_get_container_size(T size)
Definition: check_container_size.hpp:55
union_type via
Definition: object_fwd.hpp:92
Definition: object_fwd_decl.hpp:38
uint32_t size
Definition: object_fwd.hpp:38
Definition: adaptor_base.hpp:15
const char * ptr
Definition: object_fwd.hpp:34
void convert(T &v, msgpack::object const &o)
Definition: object.hpp:657
Definition: object.hpp:34
packer< Stream > & pack_str_body(const char *b, uint32_t l)
Packing str body.
Definition: pack.hpp:1220
Definition: object_fwd.hpp:233
void pack(msgpack::packer< Stream > &o, const T &v)
Definition: object.hpp:664
msgpack::object_str str
Definition: object_fwd.hpp:86
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
msgpack::type::object_type type
Definition: object_fwd.hpp:91
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
uint32_t size
Definition: object_fwd.hpp:33
The class template that supports continuous packing.
Definition: adaptor_base_decl.hpp:24
packer< Stream > & pack_str(uint32_t l)
Packing str header and length.
Definition: pack.hpp:1197
msgpack::object const & operator()(msgpack::object const &o, T &v) const
Definition: object.hpp:204
msgpack::object_bin bin
Definition: object_fwd.hpp:87