exml::Comment Class Reference
#include <Comment.hpp>
Inheritance diagram for exml::Comment:
Additional Inherited Members | |
Protected Attributes inherited from exml::Node | |
ememory::SharedPtr< exml::internal::Node > | m_data |
Detailed Description
Comment node: <!– ... –>.
Constructor & Destructor Documentation
§ Comment() [1/3]
exml::Comment::Comment | ( | ememory::SharedPtr< exml::internal::Node > | _internalNode | ) |
Constructor.
- Parameters
-
[in] _internalNode Internal Node to set data
§ Comment() [2/3]
exml::Comment::Comment | ( | const exml::Comment & | _obj | ) |
Copy constructor.
- Parameters
-
[in] _obj Object to copy
§ Comment() [3/3]
exml::Comment::Comment | ( | const std::string & | _value = "" | ) |
Constructor.
- Parameters
-
[in] _value comment value
Member Function Documentation
§ operator=()
exml::Comment& exml::Comment::operator= | ( | const exml::Comment & | _obj | ) |
Copy constructor.
- Parameters
-
[in] _obj Object to copy
- Returns
- A reference on the local Object
The documentation for this class was generated from the following file:
- framework/atria-soft/exml/exml/Comment.hpp