19#ifndef MS_COMPUTERADDRESS_HPP
20#define MS_COMPUTERADDRESS_HPP
26namespace matrix_science {
59 std::string getInetAddress()
const;
62 void setInetAddress(
const char* address);
65 std::string getHostName()
const;
68 void setHostName(
const char* name);
71 unsigned int getPort()
const;
74 void setPort(
const unsigned int value);
77 std::string inetAddress_;
78 std::string hostName_;
81 void setCustomString();
82 std::string customString_;
An instance of this class represents all the parameters specified in the Cluster section of mascot....
Definition: ms_clusterparams.hpp:72
The class serves as a container for computer address parameters for cluster mode.
Definition: ms_computeraddress.hpp:34
Encapsulates the mascot.dat file that contains the most important parameters.
Definition: ms_datfile.hpp:47