BloombergLP::ball::Record

Forward declaration of the log record type published by observers.

Synopsis

Declared in <ball_record.h>

class Record;

Member Functions

NameDescription
Record [constructor]Constructors
operator= Assign to this log record the value of the specified rhs log record and return the reference to this modifiable record.
addAttribute Add a managed copy of the specified attribute to the container of attributes maintained by this log record.
attributes Return a reference providing non-modifiable access to the attributes of this log record.
clear Clear this log record by removing the user fields, attributes, and clearing the fixed field's message buffer.
customFields customFields overloads
fixedFields fixedFields overloads
numAllocatedBytes Return the total number of bytes of dynamic memory allocated by this log record object. Note that this value does not include sizeof *this.
print Format this object to the specified output stream.
setCustomFields Set the custom user-defined fields of this log record to the value of the specified userFields.
setFixedFields Set the fixed fields of this log record to the value of the specified fixedFields.
operator BloombergLP::bslmf::NestedTraitDeclaration<Record, UsesBslmaAllocator> Declare that this type uses a bslma allocator.

Static Member Functions

NameDescription
deleteObject Destroy the specified *object and use the allocator held by *object to deallocate its memory footprint.

Friends

NameDescription
BloombergLP::ball::operator==Return true if the specified lhs and rhs log records have the same value, and false otherwise.

Non-Member Functions

NameDescription
operator!=Return true if the specified lhs and rhs log records do not have the same value, and false otherwise.