exml: Ewol XML parser 0.7.0
Main Page
Related Pages
Namespaces
Classes
Files
Link-libs
lutin
ewol
echrono
etk
ejson
exml
esvg
egami
gale
ege
elog
ememory
enet
eproperty
esignal
etranslate
zeus
audio-ess
audio
audio-drain
audio-orchestra
audio-river
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
framework
atria-soft
exml
exml
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
:
21
Comment
(
ememory::SharedPtr<exml::internal::Node>
_internalNode);
26
Comment
(
const
exml::Comment
& _obj);
31
Comment
(
const
std::string& _value=
""
);
37
exml::Comment
&
operator=
(
const
exml::Comment
& _obj);
38
};
39
}
40
exml::Comment::operator=
exml::Comment & operator=(const exml::Comment &_obj)
Copy constructor.
exml::Comment
Comment node: <!– ... –>.
Definition:
Comment.hpp:15
exml
exml namespace containing all function for XML interpretor
Definition:
Attribute.hpp:11
exml::Node
Basic main object of all xml elements.
Definition:
Node.hpp:30
ememory::SharedPtr
exml::Comment::Comment
Comment(ememory::SharedPtr< exml::internal::Node > _internalNode)
Constructor.
Node.hpp
Generated on Mon Oct 24 2016 15:35:49 for exml: Ewol XML parser by
1.8.12