22 #include "hazelcast/util/export.h" 24 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 26 #pragma warning(disable: 4251) //for dll export 65 const std::string &to_string()
const;
73 friend std::ostream HAZELCAST_API &operator<<(std::ostream &os,
const hazelcast_json_value &value);
76 std::string json_string_;
82 template<>
struct hash<
hazelcast::client::hazelcast_json_value> {
87 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Definition: address.h:108
hazelcast_json_value is a wrapper for Json formatted strings.
Definition: hazelcast_json_value.h:47