Go to the documentation of this file.
10 #ifndef MSGPACK_V1_TYPE_V4RAW_HPP
11 #define MSGPACK_V1_TYPE_V4RAW_HPP
32 std::string
str()
const {
return std::string(
ptr,
size); }
72 struct pack<type::v4raw_ref> {
73 template <
typename Stream>
105 #endif // MSGPACK_V1_TYPE_V4RAW_HPP
void operator()(msgpack::object &o, const type::v4raw_ref &v) const
Definition: v4raw.hpp:83
bool operator<(const v4raw_ref &x) const
Definition: v4raw.hpp:44
msgpack::packer< Stream > & operator()(msgpack::packer< Stream > &o, const type::v4raw_ref &v) const
Definition: v4raw.hpp:74
@ STR
Definition: object_fwd_decl.hpp:39
packer< Stream > & pack_v4raw_body(const char *b, uint32_t l)
Packing raw (v4) body.
Definition: pack.hpp:1248
The class template that supports continuous packing.
Definition: adaptor_base_decl.hpp:24
Definition: adaptor_base.hpp:43
Definition: adaptor_base.hpp:15
const char * ptr
Definition: object_fwd.hpp:34
Definition: adaptor_base.hpp:27
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
union_type via
Definition: object_fwd.hpp:93
packer< Stream > & pack_v4raw(uint32_t l)
Packing raw (v4) header and length.
Definition: pack.hpp:1229
void operator()(msgpack::object::with_zone &o, const type::v4raw_ref &v) const
Definition: v4raw.hpp:92
bool operator==(const v4raw_ref &x) const
Definition: v4raw.hpp:34
const char * ptr
Definition: v4raw.hpp:30
Definition: adaptor_base.hpp:38
#define MSGPACK_NULLPTR
Definition: cpp_config_decl.hpp:35
uint32_t size
Definition: v4raw.hpp:29
bool operator!=(const v4raw_ref &x) const
Definition: v4raw.hpp:39
uint32_t size
Definition: object_fwd.hpp:33
msgpack::object const & operator()(msgpack::object const &o, type::v4raw_ref &v) const
Definition: v4raw.hpp:63
bool operator>(const v4raw_ref &x) const
Definition: v4raw.hpp:50
v4raw_ref(const char *p, uint32_t s)
Definition: v4raw.hpp:27
Definition: object_fwd.hpp:236
std::string str() const
Definition: v4raw.hpp:32
Definition: adaptor_base.hpp:32
v4raw_ref()
Definition: v4raw.hpp:26
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
Definition: object.hpp:35
msgpack::type::object_type type
Definition: object_fwd.hpp:92
msgpack::object_str str
Definition: object_fwd.hpp:87