ejson::Number Member List

This is the complete list of members for ejson::Number, including all inherited members.

clear()ejson::Value
clone() constejson::Value
display() constejson::Value
exist() constejson::Value
generateHumanString() constejson::Value
generateMachineString() constejson::Value
get(double _errorValue=0.0) constejson::Number
getI64(int64_t _errorValue=0) constejson::Number
getType() const (defined in ejson::Number)ejson::Number
getU64(uint64_t _errorValue=0) constejson::Number
isArray() constejson::Value
isBoolean() constejson::Value
isDocument() constejson::Value
isNull() constejson::Value
isNumber() constejson::Value
isObject() constejson::Value
isString() constejson::Value
m_dataejson::Valueprotected
Number(ememory::SharedPtr< ejson::internal::Value > _internalValue)ejson::Number
Number(const ejson::Number &_obj)ejson::Number
Number(double _value=0.0)ejson::Number
operator=(const ejson::Number &_obj)ejson::Number
set(double _value)ejson::Number
set(uint64_t _value)ejson::Number
set(int64_t _value)ejson::Number
toArray()ejson::Value
toArray() constejson::Value
toBoolean()ejson::Value
toBoolean() constejson::Value
toDocument()ejson::Value
toDocument() constejson::Value
toNull()ejson::Value
toNull() constejson::Value
toNumber()ejson::Value
toNumber() constejson::Value
toObject()ejson::Value
toObject() constejson::Value
toString()ejson::Value
toString() constejson::Value
transfertIn(ejson::Value &_obj)ejson::Value
Value(const ememory::SharedPtr< ejson::internal::Value > &_internalValue)ejson::Value
Value()ejson::Value
~Value()=defaultejson::Valuevirtual