Class: ejson::Boolean


Synopsis:

+                          Boolean      (bool _value);
+ ~Boolean (void);
+ void set (bool _value);
+ bool get (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::Boolean * toBoolean (void);
+ const ejson::Boolean * toBoolean (void);
+ bool transfertIn (ejson::Value * _obj);
+ ejson::Value * duplicate (void);

Object Hierarchy:

ejson::Value
    +--> ejson::Boolean

Detail:

ejson::Boolean ()

Boolean(bool _value);

basic element of a xml structure


ejson::~Boolean ()

~Boolean(void);

destructor


set ()

void set(bool _value);

set the value of the node.


get ()

bool get(void);

get the current element Value.


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);



toBoolean ()

ejson::Boolean * toBoolean(void);



toBoolean ()

const ejson::Boolean * toBoolean(void);



transfertIn ()

bool transfertIn(ejson::Value * _obj);



duplicate ()

ejson::Value * duplicate(void);