#include <json.h>
|
| using | Map = std::map< std::string, Json, std::less<> > |
| |
| enum class | ValueKind : std::int64_t {
kString = 0
, kNumber = 1
, kInteger = 2
, kObject = 3
,
kArray = 4
, kBoolean = 5
, kNull = 6
, kF32Array = 7
,
kF64Array = 8
, kI8Array = 9
, kU8Array = 10
, kI16Array = 11
,
kU16Array = 12
, kI32Array = 13
, kU32Array = 14
, kI64Array = 15
,
kU64Array = 16
} |
| | Simplified implementation of LLVM RTTI. More...
|
| |
◆ Map
◆ JsonObject() [1/4]
| xgboost::JsonObject::JsonObject |
( |
| ) |
|
|
inline |
◆ JsonObject() [2/4]
| xgboost::JsonObject::JsonObject |
( |
Map && |
object | ) |
|
|
noexcept |
◆ JsonObject() [3/4]
| xgboost::JsonObject::JsonObject |
( |
JsonObject const & |
that | ) |
|
|
delete |
◆ JsonObject() [4/4]
| xgboost::JsonObject::JsonObject |
( |
JsonObject && |
that | ) |
|
|
noexcept |
◆ ~JsonObject()
| xgboost::JsonObject::~JsonObject |
( |
| ) |
|
|
overridedefault |
◆ GetObject() [1/3]
| Map& xgboost::JsonObject::GetObject |
( |
| ) |
& |
|
inline |
◆ GetObject() [2/3]
| Map const& xgboost::JsonObject::GetObject |
( |
| ) |
&& |
|
inline |
◆ GetObject() [3/3]
| Map const& xgboost::JsonObject::GetObject |
( |
| ) |
const & |
|
inline |
◆ IsClassOf()
| static bool xgboost::JsonObject::IsClassOf |
( |
Value const * |
value | ) |
|
|
inlinestatic |
◆ operator=()
| Value& xgboost::JsonObject::operator= |
( |
Value const & |
rhs | ) |
|
|
overridevirtualdelete |
◆ operator==()
| bool xgboost::JsonObject::operator== |
( |
Value const & |
rhs | ) |
const |
|
overridevirtual |
◆ operator[]() [1/2]
| Json& xgboost::JsonObject::operator[] |
( |
int |
ind | ) |
|
|
inlineoverridevirtual |
◆ operator[]() [2/2]
| Json& xgboost::JsonObject::operator[] |
( |
std::string const & |
key | ) |
|
|
inlineoverridevirtual |
◆ Save()
| void xgboost::JsonObject::Save |
( |
JsonWriter * |
writer | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/xgboost/checkouts/latest/include/xgboost/json.h