|
static bool | IsClassOf (Value const *value) |
|
|
enum class | ValueKind {
kString
, kNumber
, kInteger
, kObject
,
kArray
, kBoolean
, kNull
, kNumberArray
,
kU8Array
, kI32Array
, kI64Array
} |
| Simplified implementation of LLVM RTTI.
|
|
◆ operator==()
bool xgboost::JsonArray::operator== |
( |
Value const & |
rhs | ) |
const |
|
overridevirtual |
◆ operator[]() [1/2]
Json & xgboost::JsonArray::operator[] |
( |
int |
ind | ) |
|
|
inlineoverridevirtual |
◆ operator[]() [2/2]
Json & xgboost::JsonArray::operator[] |
( |
std::string const & |
key | ) |
|
|
inlineoverridevirtual |
◆ Save()
void xgboost::JsonArray::Save |
( |
JsonWriter * |
writer | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- External/xgboost/include/xgboost/json.h
- External/xgboost/src/common/json.cc