xgboost
公共成员函数 | 静态公共成员函数 | 所有成员列表
xgboost::JsonNull 类参考

#include <json.h>

xgboost::JsonNull 的继承图
Inheritance graph
xgboost::JsonNull 的协作图
Collaboration graph

公共成员函数

 JsonNull ()
 
 JsonNull (std::nullptr_t)
 
 JsonNull (JsonNull &&) noexcept
 
void Save (JsonWriter *writer) const override
 
bool operator== (Value const &rhs) const override
 
operator= (Value const &rhs) override=delete
 
- 从 xgboost::Value 继承的公共成员函数
 Value (ValueKind _kind)
 
ValueKind Type () const
 
virtual ~Value ()=default
 
virtual Jsonoperator[] (std::string const &key)
 
virtual Jsonoperator[] (int ind)
 
std::string TypeStr () const
 

静态公共成员函数

static bool IsClassOf (Value const *value)
 

附加继承成员

- 从 xgboost::Value 继承的公共类型
枚举类  ValueKind : std::int64_t {
  kString = 0 , kNumber = 1 , kInteger = 2 , kObject = 3 ,
  kArray = 4 , kBoolean = 5 , kNull = 6 , kF32Array = 7 ,
  kF64Array = 8 , kI8Array = 9 , kU8Array = 10 , kI16Array = 11 ,
  kU16Array = 12 , kI32Array = 13 , kU32Array = 14 , kI64Array = 15 ,
  kU64Array = 16
}
 LLVM RTTI 的简化实现。更多...
 

构造函数和析构函数文档

◆ 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

重新实现自 xgboost::Value

◆ operator==()

bool xgboost::JsonNull::operator== ( Value const &  rhs) const
overridevirtual

实现自 xgboost::Value

◆ Save()

void xgboost::JsonNull::Save ( JsonWriter 写入器) const
overridevirtual

实现自 xgboost::Value


此类的文档由以下文件生成