customFields overloads
Declared in <ball_record.h>
Return a reference providing modifiable access to the custom user-defined fields of this log record.
ball::UserFields&
customFields();
» more...
Return a reference providing non-modifiable access to the custom user-defined fields of this log record.
ball::UserFields const&
customFields() const;
» more...