1 #include <samchon/library/FTFile.hpp> 2 #include <samchon/library/FTFactory.hpp> 4 #include <samchon/library/XML.hpp> 16 void FTFile::construct(shared_ptr<XML> xml)
18 super::construct(xml);
20 extension = xml->getProperty(
"extension");
An interface of file-tree.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
Package of network protocol and libraries.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
auto getExtension() const -> std::string
Get extension.
std::string extension
An extension of a file.
XML is a class representing xml object.
Top level namespace of products built from samchon.