#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...
|
|
◆ JsonNull() [1/3]
xgboost::JsonNull::JsonNull |
( |
| ) |
|
|
inline |
◆ JsonNull() [2/3]
xgboost::JsonNull::JsonNull |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ JsonNull() [3/3]
xgboost::JsonNull::JsonNull |
( |
JsonNull && |
| ) |
|
|
inlinenoexcept |
◆ IsClassOf()
static bool xgboost::JsonNull::IsClassOf |
( |
Value const * |
value | ) |
|
|
inlinestatic |
◆ operator==()
bool xgboost::JsonNull::operator== |
( |
Value const & |
rhs | ) |
const |
|
overridevirtual |
◆ Save()
void xgboost::JsonNull::Save |
( |
JsonWriter * |
writer | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- /home/runner/work/xgboost/xgboost/include/xgboost/json.h