BloombergLP::ball::RecordAttributes::messageStreamBuf

messageStreamBuf overloads

Synopses

Declared in <ball_recordattributes.h>

Return a reference to the modifiable stream buffer associated with the message attribute of this record attributes object.

bdlsb::MemOutStreamBuf&
messageStreamBuf();
» more...

Return a reference to the non-modifiable stream buffer associated with the message attribute of this record attributes object.

bdlsb::MemOutStreamBuf const&
messageStreamBuf() const;
» more...