#include <json.h>
|
enum class | ValueKind {
kString
, kNumber
, kInteger
, kObject
,
kArray
, kBoolean
, kNull
, kF32Array
,
kF64Array
, kI8Array
, kU8Array
, kI16Array
,
kI32Array
, 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=()
Value& xgboost::JsonNull::operator= |
( |
Value const & |
rhs | ) |
|
|
overridevirtualdelete |
◆ 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/docs/checkouts/readthedocs.org/user_builds/xgboost/checkouts/stable/include/xgboost/json.h