#include <Json.h>
◆ ~Json()
◆ Json() [1/11]
◆ Json() [2/11]
ehs::Json::Json |
( |
const JsonBase & | value | ) |
|
◆ Json() [3/11]
ehs::Json::Json |
( |
const JsonObj & | value | ) |
|
◆ Json() [4/11]
◆ Json() [5/11]
ehs::Json::Json |
( |
const JsonBool & | value | ) |
|
◆ Json() [6/11]
ehs::Json::Json |
( |
const JsonNum & | value | ) |
|
◆ Json() [7/11]
ehs::Json::Json |
( |
const JsonStr & | value | ) |
|
◆ Json() [8/11]
ehs::Json::Json |
( |
const char * | data, |
|
|
UInt_64 | size, |
|
|
UInt_64 | extra ) |
◆ Json() [9/11]
ehs::Json::Json |
( |
const Str_8 & | data, |
|
|
UInt_64 | extra ) |
◆ Json() [10/11]
ehs::Json::Json |
( |
Json && | json | ) |
|
|
noexcept |
◆ Json() [11/11]
ehs::Json::Json |
( |
const Json & | json | ) |
|
◆ GetValue()
◆ operator=() [1/2]
Json & ehs::Json::operator= |
( |
const Json & | json | ) |
|
◆ operator=() [2/2]
Json & ehs::Json::operator= |
( |
Json && | json | ) |
|
|
noexcept |
◆ RetrieveValue()
◆ ToStr()
Str_8 ehs::Json::ToStr |
( |
bool | compact | ) |
const |
The documentation for this class was generated from the following files: