Class: ejson::Null


Synopsis:

+                       Null         (void);
+ ~Null (void);
+ bool iParse (const std::string & _data,
size_t & _pos,
ejson::filePos & _filePos,
ejson::Document & _doc);
+ bool iGenerate (std::string & _data,
size_t _indent);
+ enum nodeType getType (void);
+ ejson::Null * toNull (void);
+ const ejson::Null * toNull (void);
+ bool transfertIn (ejson::Value * _obj);
+ ejson::Value * duplicate (void);

Object Hierarchy:

ejson::Value
    +--> ejson::Null

Detail:

ejson::Null ()

Null(void);

basic element of a xml structure


ejson::~Null ()

~Null(void);

destructor


iParse ()

bool iParse(const std::string & _data,
            size_t & _pos,
            ejson::filePos & _filePos,
            ejson::Document & _doc);



iGenerate ()

bool iGenerate(std::string & _data,
               size_t _indent);



getType ()

enum nodeType getType(void);



toNull ()

ejson::Null * toNull(void);



toNull ()

const ejson::Null * toNull(void);



transfertIn ()

bool transfertIn(ejson::Value * _obj);



duplicate ()

ejson::Value * duplicate(void);