2 #include <samchon/API.hpp> 4 #include <samchon/protocol/Entity.hpp> 29 virtual auto TAG()
const -> std::string;
63 virtual void construct(std::shared_ptr<library::XML> xml);
68 virtual auto key() const ->
std::
string;
73 auto getUID() const ->
int;
83 auto getName() const ->
std::
string;
88 auto getComment() const ->
std::
string;
94 virtual auto toXML() const ->
std::shared_ptr<library::
XML>;
An entity, a standard data class.
An interface of file-tree.
std::string name
Name of the file.
int uid
Key, an unique id of file.
XML is a class representing xml object.
std::string comment
Comment of the file.
Top level namespace of products built from samchon.
FTFolder * parent
Parent folder containing the instance.