18 #ifndef IGN_TRANSPORT_NODEOPTIONS_HH_
19 #define IGN_TRANSPORT_NODEOPTIONS_HH_
30 class NodeOptionsPrivate;
55 public:
const std::string &NameSpace()
const;
72 public:
bool SetNameSpace(
const std::string &_ns);
77 public:
const std::string &Partition()
const;
102 public:
bool SetPartition(
const std::string &_partition);
106 protected: std::unique_ptr<transport::NodeOptionsPrivate>
dataPtr;
A class for customizing the behavior of the Node.
Definition: NodeOptions.hh:35
#define IGNITION_TRANSPORT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:57
std::unique_ptr< transport::NodeOptionsPrivate > dataPtr
Definition: NodeOptions.hh:106