44 std::ostringstream os;
59 return os << dap.
info();
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.
bool operator==(const DAP &other) const
Equal operator overloading.
std::ostream & operator<<(std::ostream &os, const DAP &dap)
std::string info() const
Info text output suitable for << string streams and WATCH.
Distributed Application Process name a.k.a. DAP class.