messageStream overloads
Declared in <ball_recordattributes.h>
Return a reference to the modifiable stream associated with the message attribute of this record attributes object.
std::ostream&
messageStream();
» more...
Return a reference to the non-modifiable stream associated with the message attribute of this record attributes object.
std::ostream const&
messageStream() const;
» more...