OmniSciDB
a5dc49c757
|
This is the complete list of members for heavyai::JSON, including all inherited members.
allo_ | heavyai::JSON | private |
b1() const | heavyai::JSON | inline |
d64() const | heavyai::JSON | inline |
doc_ | heavyai::JSON | private |
f32() const | heavyai::JSON | inline |
hasMember(const std::string &name) const | heavyai::JSON | inline |
i16() const | heavyai::JSON | inline |
i32() const | heavyai::JSON | inline |
i64() const | heavyai::JSON | inline |
i8() const | heavyai::JSON | inline |
isArray() const | heavyai::JSON | inline |
isBoolean() const | heavyai::JSON | inline |
isNull() const | heavyai::JSON | inline |
isNumber() const | heavyai::JSON | inline |
isObject() const | heavyai::JSON | inline |
isString() const | heavyai::JSON | inline |
JSON() | heavyai::JSON | inline |
JSON(const JSON &peer) | heavyai::JSON | inline |
JSON(JSON &&)=default | heavyai::JSON | |
JSON(const std::string &json) | heavyai::JSON | inline |
JSON(const char *json) | heavyai::JSON | inline |
JSON(const char *json, size_t len) | heavyai::JSON | inline |
JSON(std::shared_ptr< rapidjson::Document > doc, rapidjson::Value *vptr, rapidjson::Document::AllocatorType &allo, const std::string &name) | heavyai::JSON | inlineprivate |
kTypeNames | heavyai::JSON | inlineprivatestatic |
name_ | heavyai::JSON | private |
operator bool() const | heavyai::JSON | inline |
operator double() const | heavyai::JSON | inline |
operator float() const | heavyai::JSON | inline |
operator int16_t() const | heavyai::JSON | inline |
operator int32_t() const | heavyai::JSON | inline |
operator int64_t() const | heavyai::JSON | inline |
operator int8_t() const | heavyai::JSON | inline |
operator std::string() const | heavyai::JSON | inline |
operator uint16_t() const | heavyai::JSON | inline |
operator uint32_t() const | heavyai::JSON | inline |
operator uint64_t() const | heavyai::JSON | inline |
operator uint8_t() const | heavyai::JSON | inline |
operator!=(const JSON &json1, const JSON &json2) | heavyai::JSON | friend |
operator!=(const JSON &json, const T &value) | heavyai::JSON | friend |
operator!=(const T &value, const JSON &json) | heavyai::JSON | friend |
operator=(const JSON &peer) | heavyai::JSON | inline |
operator=(const std::string &item) | heavyai::JSON | inline |
operator=(const char *item) | heavyai::JSON | inline |
operator=(bool item) | heavyai::JSON | inline |
operator=(int32_t item) | heavyai::JSON | inline |
operator=(int64_t item) | heavyai::JSON | inline |
operator=(uint32_t item) | heavyai::JSON | inline |
operator=(uint64_t item) | heavyai::JSON | inline |
operator==(const JSON &json1, const JSON &json2) | heavyai::JSON | friend |
operator==(const JSON &json, const T &value) | heavyai::JSON | friend |
operator==(const T &value, const JSON &json) | heavyai::JSON | friend |
operator[](const std::string &name) | heavyai::JSON | inline |
operator[](const char *name) | heavyai::JSON | inline |
operator[](const std::string &name) const | heavyai::JSON | inline |
operator[](const char *name) const | heavyai::JSON | inline |
operator[](T index) | heavyai::JSON | inline |
operator[](size_t index) | heavyai::JSON | inline |
operator[](T index) const | heavyai::JSON | inline |
operator[](size_t index) const | heavyai::JSON | inline |
parse(const std::string &json) | heavyai::JSON | inline |
parse(const char *json) | heavyai::JSON | inline |
parse(const char *json, size_t len) | heavyai::JSON | inline |
str() const | heavyai::JSON | inline |
stringify() const | heavyai::JSON | inline |
u16() const | heavyai::JSON | inline |
u32() const | heavyai::JSON | inline |
u64() const | heavyai::JSON | inline |
u8() const | heavyai::JSON | inline |
vptr_ | heavyai::JSON | private |