data overloads
Declared in <balb_testmessages.h>
Return a reference to the modifiable "Data" attribute of this object.
bsl::string&
data();
» more...
Return a reference to the non-modifiable "Data" attribute of this object.
bsl::string const&
data() const;
» more...