ejson::Object Member List

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

add(const std::string &_name, const ejson::Value &_value)ejson::Object
begin()ejson::Object
begin() const ejson::Object
clear()ejson::Value
clone() const ejson::Value
display() const ejson::Value
end()ejson::Object
end() const ejson::Object
exist() const ejson::Value
generateHumanString() const ejson::Value
generateMachineString() const ejson::Value
getKey(size_t _id) const ejson::Object
getKeys() const ejson::Object
getType() const ejson::Value
isArray() const ejson::Value
isBoolean() const ejson::Value
isDocument() const ejson::Value
isNull() const ejson::Value
isNumber() const ejson::Value
isObject() const ejson::Value
isString() const ejson::Value
iterator typedefejson::Object
m_dataejson::Valueprotected
Object(ememory::SharedPtr< ejson::internal::Value > _internalValue)ejson::Object
Object(const ejson::Object &_obj)ejson::Object
Object()ejson::Object
Object(const std::string &_data)ejson::Object
operator=(const ejson::Object &_obj)ejson::Object
operator[](const std::string &_name)ejson::Object
operator[](const std::string &_name) const ejson::Object
operator[](size_t _id)ejson::Object
operator[](size_t _id) const ejson::Object
remove(const std::string &_name)ejson::Object
remove(size_t _id)ejson::Object
remove(const iterator &_it)ejson::Object
size() const ejson::Object
toArray()ejson::Value
toArray() const ejson::Value
toBoolean()ejson::Value
toBoolean() const ejson::Value
toDocument()ejson::Value
toDocument() const ejson::Value
toNull()ejson::Value
toNull() const ejson::Value
toNumber()ejson::Value
toNumber() const ejson::Value
toObject()ejson::Value
toObject() const ejson::Value
toString()ejson::Value
toString() const ejson::Value
transfertIn(ejson::Value &_obj)ejson::Value
Value(const ememory::SharedPtr< ejson::internal::Value > &_internalValue)ejson::Value
Value()ejson::Value
valueExist(const std::string &_name) const ejson::Object
~Value()=defaultejson::Valuevirtual