OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
json.h File Reference
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
+ Include dependency graph for json.h:

Go to the source code of this file.

Classes

class  heavyai::JSON
 

Namespaces

 heavyai
 

Functions

bool heavyai::operator== (const JSON &json1, const JSON &json2)
 
bool heavyai::operator!= (const JSON &json1, const JSON &json2)
 
template<typename T >
bool heavyai::operator== (const JSON &json, const T &value)
 
template<typename T >
bool heavyai::operator== (const T &value, const JSON &json)
 
template<typename T >
bool heavyai::operator!= (const JSON &json, const T &value)
 
template<typename T >
bool heavyai::operator!= (const T &value, const JSON &json)