#include <json.h>
|
enum | ValueKind {
ValueKind::kString,
ValueKind::kNumber,
ValueKind::kInteger,
ValueKind::kObject,
ValueKind::kArray,
ValueKind::kBoolean,
ValueKind::kNull,
ValueKind::kNumberArray,
ValueKind::kU8Array,
ValueKind::kI32Array,
ValueKind::kI64Array
} |
| Simplified implementation of LLVM RTTI. More...
|
|
◆ ValueKind
Simplified implementation of LLVM RTTI.
Enumerator |
---|
kString | |
kNumber | |
kInteger | |
kObject | |
kArray | |
kBoolean | |
kNull | |
kNumberArray | |
kU8Array | |
kI32Array | |
kI64Array | |
◆ Value()
◆ ~Value()
virtual xgboost::Value::~Value |
( |
| ) |
|
|
virtualdefault |
◆ operator=()
virtual Value& xgboost::Value::operator= |
( |
Value const & |
rhs | ) |
|
|
virtualdelete |
◆ operator==()
virtual bool xgboost::Value::operator== |
( |
Value const & |
rhs | ) |
const |
|
pure virtual |
◆ operator[]() [1/2]
virtual Json& xgboost::Value::operator[] |
( |
int |
ind | ) |
|
|
virtual |
◆ operator[]() [2/2]
virtual Json& xgboost::Value::operator[] |
( |
std::string const & |
key | ) |
|
|
virtual |
◆ Save()
virtual void xgboost::Value::Save |
( |
JsonWriter * |
writer | ) |
const |
|
pure virtual |
◆ Type()
◆ TypeStr()
std::string xgboost::Value::TypeStr |
( |
| ) |
const |
◆ IntrusivePtrRefCount
The documentation for this class was generated from the following file:
- /home/runner/work/xgboost/xgboost/include/xgboost/json.h