1 #include <samchon/namtree/INTExplore.hpp> 3 #include <samchon/library/XML.hpp> 12 INTExplore::INTExplore()
22 minimum = xml->hasProperty(
"minimum")
23 ? xml->getProperty<
double>(
"minimum")
25 maximum = xml->hasProperty(
"maximum")
26 ? xml->getProperty<
double>(
"maximum")
29 section = xml->hasProperty(
"section")
30 ? xml->getProperty<
unsigned int>(
"section")
33 ? xml->getProperty<
int>(
"precision")
An entity, a standard data class.
auto getMinimum() const -> double
Get minimum.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
virtual void construct(std::shared_ptr< library::XML >)
Construct data of the Entity from an XML object.
double maximum
Maximum value.
auto getPrecision() const -> int
Get precision.
unsigned int section
Section number of exploration.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the Entity.
Package of network protocol and libraries.
int precision
Target precision: 10precision
auto getSection() const -> unsigned int
Get section.
double minimum
Minimum value.
XML is a class representing xml object.
Top level namespace of products built from samchon.
auto getMaximum() const -> double
Get maximum.