2 #include <samchon/API.hpp> 4 #include <samchon/library/FTFile.hpp> 5 #include <samchon/namtree/INTExplore.hpp> 15 class NTParameterArray;
58 typedef std::function<double(const NTIterator&, const std::vector<double> &)> SideFunction;
91 SideFunction
function;
104 virtual ~
NTFile() =
default;
106 virtual void construct(std::shared_ptr<library::XML>)
override;
119 auto getOtherside() const->
NTFile*;
124 auto getFunction() const->SideFunction;
129 virtual auto toXML() const->
std::shared_ptr<library::XML> override;
NTParameterArray * parameterArray
Metadata of parameters.
An interface of file-tree.
A factory for Nam-Tree objects.
A file archiving metadata of a function.
An interface for exploration.
NTFactory * factory
A factory and manager class for nam-tree.
NTFile * otherside
A file of otherside.
Top level namespace of products built from samchon.