18 #ifndef IGN_TRANSPORT_NODEOPTIONSPRIVATE_HH_
19 #define IGN_TRANSPORT_NODEOPTIONSPRIVATE_HH_
40 public: std::string
ns =
"";
virtual ~NodeOptionsPrivate()=default
Destructor.
Definition: NodeOptionsPrivate.hh:31
IGNITION_TRANSPORT_VISIBLE std::string username()
Determine your login name.
std::string ns
Namespace for this node.
Definition: NodeOptionsPrivate.hh:40
std::string partition
Partition for this node.
Definition: NodeOptionsPrivate.hh:43
IGNITION_TRANSPORT_VISIBLE std::string hostname()
Determine the computer's hostname.
NodeOptionsPrivate()=default
Constructor.