10 #ifndef MSGPACK_V2_NULL_VISITOR_HPP 11 #define MSGPACK_V2_NULL_VISITOR_HPP 96 #endif // MSGPACK_V2_NULL_VISITOR_HPP bool visit_float32(float)
Definition: null_visitor.hpp:34
bool referenced() const
Definition: null_visitor.hpp:83
void parse_error(size_t, size_t)
Definition: null_visitor.hpp:79
bool end_map_value()
Definition: null_visitor.hpp:73
bool start_array(uint32_t)
Definition: null_visitor.hpp:49
bool end_map()
Definition: null_visitor.hpp:76
Definition: adaptor_base.hpp:15
bool start_map_value()
Definition: null_visitor.hpp:70
bool start_array_item()
Definition: null_visitor.hpp:52
void set_referenced(bool)
Definition: null_visitor.hpp:86
bool visit_boolean(bool)
Definition: null_visitor.hpp:25
bool end_map_key()
Definition: null_visitor.hpp:67
bool visit_bin(const char *, uint32_t)
Definition: null_visitor.hpp:43
bool start_map(uint32_t)
Definition: null_visitor.hpp:61
bool visit_nil()
Definition: null_visitor.hpp:22
bool visit_positive_integer(uint64_t)
Definition: null_visitor.hpp:28
bool visit_str(const char *, uint32_t)
Definition: null_visitor.hpp:40
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
bool start_map_key()
Definition: null_visitor.hpp:64
Definition: null_visitor.hpp:21
bool visit_ext(const char *, uint32_t)
Definition: null_visitor.hpp:46
bool visit_negative_integer(int64_t)
Definition: null_visitor.hpp:31
bool visit_float64(double)
Definition: null_visitor.hpp:37
bool end_array()
Definition: null_visitor.hpp:58
bool end_array_item()
Definition: null_visitor.hpp:55
void insufficient_bytes(size_t, size_t)
Definition: null_visitor.hpp:81