1 #include <samchon/protocol/master/ParallelServer.hpp> 8 ParallelServer::ParallelServer()
18 if(xml->hasProperty(
"myIP") ==
true)
19 this->
myIP = xml->getProperty(
"myIP");
28 if(
myIP.empty() ==
false)
29 xml->setProperty(
"myIP",
myIP);
A network driver for an external server.
virtual auto toXML() const -> std::shared_ptr< library::XML > override
Get an XML object represents the EntityGroup.
Package for external system, within the framework of master.
virtual void construct(std::shared_ptr< library::XML >) override
Construct data of the Entity from an XML object.
Package of network protocol and libraries.
A network driver for an external system.
std::string myIP
A custom ip address of my system to bind.
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 > override
Get an XML object represents the EntityGroup.
XML is a class representing xml object.