Class: exml::Comment
Synopsis:
+ Comment (void);
+ Comment (const std::string & _value);
+ Comment (const std::u32string & _value);
+ ~Comment (void);
+ enum nodeType getType (void);
+ bool iParse (const std::string & _data,
int32_t & _pos,
bool _caseSensitive,
exml::filePos & _filePos,
exml::Document & _doc);
+ bool iGenerate (std::string & _data,
int32_t _indent);
+ exml::Comment * toComment (void);
+ const exml::Comment * toComment (void);
Object Hierarchy:
Node +--> exml::Comment
Detail:
exml::Comment ()
Comment(void);
Constructor
exml::Comment ()
Comment(const std::string & _value);
Constructor
Parameter [input]: _value comment value
exml::Comment ()
Comment(const std::u32string & _value);
exml::~Comment ()
~Comment(void);
Destructor
getType ()
enum nodeType getType(void);
iParse ()
bool iParse(const std::string & _data,
int32_t & _pos,
bool _caseSensitive,
exml::filePos & _filePos,
exml::Document & _doc);
iGenerate ()
bool iGenerate(std::string & _data,
int32_t _indent);
toComment ()
exml::Comment * toComment(void);
toComment ()
const exml::Comment * toComment(void);
exml::Comment ()
Comment(void);
Constructor
exml::Comment ()
Comment(const std::string & _value);
Constructor
-
Parameter [input]: _value comment value
exml::Comment ()
Comment(const std::u32string & _value);
exml::~Comment ()
~Comment(void);
Destructor
getType ()
enum nodeType getType(void);
iParse ()
bool iParse(const std::string & _data, int32_t & _pos, bool _caseSensitive, exml::filePos & _filePos, exml::Document & _doc);
iGenerate ()
bool iGenerate(std::string & _data, int32_t _indent);
toComment ()
exml::Comment * toComment(void);
toComment ()
const exml::Comment * toComment(void);