Comment.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <exml/Node.hpp>
9 #include <vector>
10 
11 namespace exml {
15  class Comment : public exml::Node {
16  public:
26  Comment(const exml::Comment& _obj);
31  Comment(const std::string& _value="");
38  };
39 }
40 
exml::Comment & operator=(const exml::Comment &_obj)
Copy constructor.
Comment node: <!– ... –>.
Definition: Comment.hpp:15
exml namespace containing all function for XML interpretor
Definition: Attribute.hpp:11
Basic main object of all xml elements.
Definition: Node.hpp:30
Comment(ememory::SharedPtr< exml::internal::Node > _internalNode)
Constructor.