63 std::string
info()
const;
69 const std::string&
getName()
const;
virtual ~DAP()
Destructor assigning empty string to name.
void setName(const std::string &name)
Sets DAP string representation to a new value.
std::string name
Attribute holding DAP name DAP is basically wrapper around string.
DAP()
Constructor creating unspecified DAP.
const std::string & getName() const
Gets DAP string name representation.
std::ostream & operator<<(std::ostream &os, const DAP &dap)
bool operator==(const DAP &other) const
Equal operator overloading.
std::string info() const
Info text output suitable for << string streams and WATCH.
Distributed Application Process name a.k.a. DAP class.