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