Name Description Size
adaptor
cpp_config_decl.hpp 1432
create_object_visitor.hpp 8351
create_object_visitor_decl.hpp 681
detail
fbuffer_decl.hpp 666
iterator_decl.hpp 633
meta_decl.hpp 858
null_visitor.hpp v 2124
null_visitor_decl.hpp 613
object.hpp 655
object_decl.hpp 999
object_fwd.hpp If `v` is the type that is corresponding to MessegePack format str, bin, ext, array, or map, you need to call `object(const T& v, msgpack::zone& z)` instead of this constructor. @tparam T The type of `v`. @param v The value you want to convert. 3022
object_fwd_decl.hpp 1488
pack_decl.hpp 935
parse.hpp 38298
parse_decl.hpp @param data The pointer to the buffer. @param len The length of the buffer. @param off The offset position of the buffer. It is read and overwritten. @param v The visitor that satisfies visitor concept. https://github.com/msgpack/msgpack-c/wiki/v2_0_cpp_visitor#visitor-concept @return if unpacking process finishes without error then return true, otherwise return false. 1986
parse_return.hpp 915
sbuffer_decl.hpp 684
unpack.hpp @param result The object that contains unpacked data. @param referenced If the unpacked object contains reference of the buffer, then set as true, otherwise false. @return If one msgpack::object is unpacked, then return true, if msgpack::object is incomplete and additional data is required, then return false. If data format is invalid, throw msgpack::parse_error. See: https://github.com/msgpack/msgpack-c/wiki/v1_1_cpp_unpacker#msgpack-controls-a-buffer 9825
unpack_decl.hpp @param data The pointer to the buffer. @param len The length of the buffer. @param off The offset position of the buffer. It is read and overwritten. @param referenced If the unpacked object contains reference of the buffer, then set as true, otherwise false. @param f A judging function that msgpack::object refer to the buffer. @param user_data This parameter is passed to f. @param limit The size limit information of msgpack::object. @return object_handle that contains unpacked data. 11124
vrefbuffer_decl.hpp 626
x3_parse.hpp 26344
x3_parse_decl.hpp 766
x3_unpack.hpp 3187
x3_unpack_decl.hpp 2003
zbuffer_decl.hpp 609
zone_decl.hpp 601