#include <json.h>
◆ Int
◆ JsonInteger() [1/5]
xgboost::JsonInteger::JsonInteger |
( |
| ) |
|
|
inline |
◆ JsonInteger() [2/5]
template<typename IntT , typename std::enable_if< std::is_same< IntT, Int >::value >::type * = nullptr>
xgboost::JsonInteger::JsonInteger |
( |
IntT |
value | ) |
|
|
inline |
◆ JsonInteger() [3/5]
template<typename IntT , typename std::enable_if< std::is_same< IntT, size_t >::value >::type * = nullptr>
xgboost::JsonInteger::JsonInteger |
( |
IntT |
value | ) |
|
|
inline |
◆ JsonInteger() [4/5]
template<typename IntT , typename std::enable_if< std::is_same< IntT, int32_t >::value >::type * = nullptr>
xgboost::JsonInteger::JsonInteger |
( |
IntT |
value | ) |
|
|
inline |
◆ JsonInteger() [5/5]
template<typename IntT , typename std::enable_if< std::is_same< IntT, uint32_t >::value &&!std::is_same< std::size_t, uint32_t >::value >::type * = nullptr>
xgboost::JsonInteger::JsonInteger |
( |
IntT |
value | ) |
|
|
inline |
◆ GetInteger() [1/3]
Int const& xgboost::JsonInteger::GetInteger |
( |
| ) |
&& |
|
inline |
◆ GetInteger() [2/3]
Int const& xgboost::JsonInteger::GetInteger |
( |
| ) |
const & |
|
inline |
◆ GetInteger() [3/3]
Int& xgboost::JsonInteger::GetInteger |
( |
| ) |
& |
|
inline |
◆ IsClassOf()
static bool xgboost::JsonInteger::IsClassOf |
( |
Value const * |
value | ) |
|
|
inlinestatic |
◆ operator=()
Value& xgboost::JsonInteger::operator= |
( |
Value const & |
rhs | ) |
|
|
overridevirtual |
◆ operator==()
bool xgboost::JsonInteger::operator== |
( |
Value const & |
rhs | ) |
const |
|
overridevirtual |
◆ operator[]() [1/2]
Json& xgboost::JsonInteger::operator[] |
( |
std::string const & |
key | ) |
|
|
overridevirtual |
◆ operator[]() [2/2]
Json& xgboost::JsonInteger::operator[] |
( |
int |
ind | ) |
|
|
overridevirtual |
◆ Save()
void xgboost::JsonInteger::Save |
( |
JsonWriter * |
writer | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file:
- /workspace/include/xgboost/json.h