BloombergLP::ball::RecordAttributes::message

Return the message attribute of this record attributes object. Note that this method will return a truncated message if it contains embedded null ('0') characters; see messageRef for an alternative to this method. Warning: This method is not const thread-safe, and cannot be safely called concurrently. It may modify the stream buffer returned by messageStreamBuf.

Synopsis

Declared in <ball_recordattributes.h>

char const*
message() const;

Description

DEPRECATED: Use messageRef instead.