10 #ifndef MSGPACK_V2_NULL_VISITOR_HPP 11 #define MSGPACK_V2_NULL_VISITOR_HPP 94 #endif // MSGPACK_V2_NULL_VISITOR_HPP bool referenced() const
Definition: null_visitor.hpp:81
void parse_error(size_t, size_t)
Definition: null_visitor.hpp:77
bool end_map_value()
Definition: null_visitor.hpp:71
bool start_array(uint32_t)
Definition: null_visitor.hpp:47
bool visit_float(double)
Definition: null_visitor.hpp:35
bool end_map()
Definition: null_visitor.hpp:74
Definition: adaptor_base.hpp:15
bool start_map_value()
Definition: null_visitor.hpp:68
bool start_array_item()
Definition: null_visitor.hpp:50
void set_referenced(bool)
Definition: null_visitor.hpp:84
bool visit_boolean(bool)
Definition: null_visitor.hpp:26
bool end_map_key()
Definition: null_visitor.hpp:65
bool visit_bin(const char *, uint32_t)
Definition: null_visitor.hpp:41
bool start_map(uint32_t)
Definition: null_visitor.hpp:59
bool visit_nil()
Definition: null_visitor.hpp:23
bool visit_positive_integer(uint64_t)
Definition: null_visitor.hpp:29
bool visit_str(const char *, uint32_t)
Definition: null_visitor.hpp:38
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
bool start_map_key()
Definition: null_visitor.hpp:62
Definition: null_visitor.hpp:22
bool visit_ext(const char *, uint32_t)
Definition: null_visitor.hpp:44
bool visit_negative_integer(int64_t)
Definition: null_visitor.hpp:32
bool end_array()
Definition: null_visitor.hpp:56
bool end_array_item()
Definition: null_visitor.hpp:53
void insufficient_bytes(size_t, size_t)
Definition: null_visitor.hpp:79