xgboost
|
#include <json.h>
公共成员函数 | |
JsonString () | |
JsonString (std::string const &str) | |
JsonString (std::string &&str) noexcept | |
JsonString (JsonString &&str) noexcept | |
void | Save (JsonWriter *writer) const override |
std::string const & | GetString () && |
std::string const & | GetString () const & |
std::string & | GetString () & |
bool | operator== (Value const &rhs) const override |
Value & | operator= (Value const &rhs) override=delete |
![]() | |
Value (ValueKind _kind) | |
ValueKind | Type () const |
virtual | ~Value ()=default |
virtual Json & | operator[] (std::string const &key) |
virtual Json & | operator[] (int ind) |
std::string | TypeStr () const |
静态公共成员函数 | |
static bool | IsClassOf (Value const *value) |
附加继承成员 | |
![]() | |
enum class | ValueKind { kString , kNumber , kInteger , kObject , kArray , kBoolean , kNull , kF32Array , kF64Array , kI8Array , kU8Array , kI16Array , kI32Array , kI64Array } |
LLVM RTTI 的简化实现。更多... | |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
重新实现自 xgboost::Value。
|
overridevirtual |
实现自 xgboost::Value。
|
overridevirtual |
实现自 xgboost::Value。