Class: ejson::String


Synopsis:

+                         String       (const std::string & _value);
+ ~String (void);
+ void set (const std::string & _value);
+ const std::string & 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::String * toString (void);
+ const ejson::String * toString (void);
+ bool transfertIn (ejson::Value * _obj);
+ ejson::Value * duplicate (void);

Object Hierarchy:

ejson::Value
    +--> ejson::String

Detail:

ejson::String ()

String(const std::string & _value);

basic element of a xml structure


ejson::~String ()

~String(void);

destructor


set ()

void set(const std::string & _value);

set the value of the node.


get ()

const std::string & 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);



toString ()

ejson::String * toString(void);



toString ()

const ejson::String * toString(void);



transfertIn ()

bool transfertIn(ejson::Value * _obj);



duplicate ()

ejson::Value * duplicate(void);