xgboost
|
描述 true 和 false。 更多...
#include <json.h>
公共成员函数 | |
JsonBoolean () | |
template<typename Bool , typename detail::IsSameT< std::remove_cv_t< Bool >, bool > * = nullptr> | |
JsonBoolean (Bool value) | |
JsonBoolean (JsonBoolean &&value) noexcept | |
void | Save (JsonWriter *writer) const override |
bool const & | GetBoolean () && |
bool const & | GetBoolean () const & |
bool & | GetBoolean () & |
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 的简化实现。 更多... | |
描述 true 和 false。
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
重新实现自 xgboost::Value。
|
overridevirtual |
实现 xgboost::Value。
|
overridevirtual |
实现 xgboost::Value。