Array.hpp
Go to the documentation of this file.
62 bool iParse(const std::string& _data, size_t& _pos, ejson::FilePos& _filePos, ejson::internal::Document& _doc) override;
te element [ ... ]
bool iGenerate(std::string &_data, size_t _indent) const override
generate a string with the tree of the json
the element "..."
bool transfertIn(ememory::SharedPtr< ejson::internal::Value > _obj) override
Tranfert all element in the element set in parameter.
bool add(ememory::SharedPtr< ejson::internal::Value > _element)
add an element on the array.
bool iParse(const std::string &_data, size_t &_pos, ejson::FilePos &_filePos, ejson::internal::Document &_doc) override
parse the Current node [pure VIRUAL]
ememory::SharedPtr< ejson::internal::Value > clone() const override
Copy the curent node and all the child in the curent one.
static ememory::SharedPtr< Array > create()
Create factory on the ejson::internal::Array.
enum ejson::valueType m_type
Type of the element.
Definition: Value.hpp:44
void iMachineGenerate(std::string &_data) const override
generate a string with the tree of the json (not human readable ==> for computer transfer) ...