1 #include <samchon/namtree/NTFile.hpp> 2 # include <samchon/namtree/NTFactory.hpp> 3 # include <samchon/namtree/NTParameterArray.hpp> 6 #include <samchon/library/XML.hpp> 25 super::construct(xml);
NTParameterArray * parameterArray
Metadata of parameters.
An interface of file-tree.
virtual auto TAG() const -> std::string override
A tag name when represented by XML.
A factory for Nam-Tree objects.
auto getParameterArray() const -> NTParameterArray *
Get metadata of parameters.
A file archiving metadata of a function.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
An interface for exploration.
auto getFunction() const -> SideFunction
Get function pointer.
NTFactory * factory
A factory and manager class for nam-tree.
virtual void construct(std::shared_ptr< library::XML >) override
Construct data of the Entity from an XML object.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the EntityGroup.
Package of network protocol and libraries.
auto getOtherside() const -> NTFile *
Get otherside file.
NTFile * otherside
A file of otherside.
XML is a class representing xml object.
virtual void construct(std::shared_ptr< library::XML > xml)
Construct data of the Entity from an XML object.
Top level namespace of products built from samchon.
virtual auto toXML() const -> std::shared_ptr< library::XML > override
Get an XML object represents the Entity.
virtual auto key() const -> std::string
Get a key that can identify the Entity uniquely.