10 #ifndef MSGPACK_V2_NULL_VISITOR_HPP 11 #define MSGPACK_V2_NULL_VISITOR_HPP 97 #endif // MSGPACK_V2_NULL_VISITOR_HPP bool visit_float32(float)
Definition: null_visitor.hpp:35
bool referenced() const
Definition: null_visitor.hpp:84
void parse_error(size_t, size_t)
Definition: null_visitor.hpp:80
bool end_map_value()
Definition: null_visitor.hpp:74
bool start_array(uint32_t)
Definition: null_visitor.hpp:50
bool end_map()
Definition: null_visitor.hpp:77
Definition: adaptor_base.hpp:15
bool start_map_value()
Definition: null_visitor.hpp:71
bool start_array_item()
Definition: null_visitor.hpp:53
void set_referenced(bool)
Definition: null_visitor.hpp:87
bool visit_boolean(bool)
Definition: null_visitor.hpp:26
bool end_map_key()
Definition: null_visitor.hpp:68
bool visit_bin(const char *, uint32_t)
Definition: null_visitor.hpp:44
bool start_map(uint32_t)
Definition: null_visitor.hpp:62
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:41
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
bool start_map_key()
Definition: null_visitor.hpp:65
Definition: null_visitor.hpp:22
bool visit_ext(const char *, uint32_t)
Definition: null_visitor.hpp:47
bool visit_negative_integer(int64_t)
Definition: null_visitor.hpp:32
bool visit_float64(double)
Definition: null_visitor.hpp:38
bool end_array()
Definition: null_visitor.hpp:59
bool end_array_item()
Definition: null_visitor.hpp:56
void insufficient_bytes(size_t, size_t)
Definition: null_visitor.hpp:82