|
xgboost
|
这是 xgboost::JsonArray 的完整成员列表,包括所有继承的成员。
| GetArray() && | xgboost::JsonArray | inline |
| GetArray() const & | xgboost::JsonArray | inline |
| GetArray() & | xgboost::JsonArray | inline |
| IsClassOf(Value const *value) | xgboost::JsonArray | inlinestatic |
| JsonArray() | xgboost::JsonArray | inline |
| JsonArray(std::vector< Json > &&arr) noexcept | xgboost::JsonArray | inline |
| JsonArray(std::vector< Json > const &arr) | xgboost::JsonArray | inline |
| JsonArray(JsonArray const &that)=delete | xgboost::JsonArray | |
| JsonArray(JsonArray &&that) noexcept | xgboost::JsonArray | |
| operator=(Value const &rhs) override=delete | xgboost::JsonArray | virtual |
| operator==(Value const &rhs) const override | xgboost::JsonArray | virtual |
| operator[](int ind) override | xgboost::JsonArray | inlinevirtual |
| operator[](std::string const &key) override | xgboost::JsonArray | inlinevirtual |
| Save(JsonWriter *writer) const override | xgboost::JsonArray | virtual |
| Type() const | xgboost::Value | inline |
| TypeStr() const | xgboost::Value | |
| Value(ValueKind _kind) | xgboost::Value | 内联显式 |
| ValueKind enum name | xgboost::Value | |
| ~Value()=default | xgboost::Value | virtual |