messageStream overloads
Synopses
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();
Return a reference to the non‐modifiable stream associated with the message attribute of this record attributes object.
std::ostream const&
messageStream() const;
Return Value
-
modifiable reference to the message stream
-
non‐modifiable reference to the message stream
Created with MrDocs