RecordStringFormatter [constructor] | Constructors |
operator= | Assign to this record formatter the value of the specified rhs. |
disablePublishInLocalTime | Disable adjustment of timestamps to the current local time. |
enablePublishInLocalTime | Enable adjustment of the timestamp attribute to the current local time. This method has no effect if adjustment to the current local time is already enabled. |
format | Return the format specification of this record formatter. |
get_allocator | Return the allocator used by this object to supply memory. |
isPublishInLocalTimeEnabled | Return true if this formatter adjusts the timestamp attribute to the current local time, and false otherwise. |
operator() | Format record to stream using this formatter's format specification. |
setFormat | Set the format specification of this record formatter to format. |
setTimestampOffset | Set the timestamp offset of this record formatter to offset. |
timestampOffset | Return a reference to the non-modifiable timestamp offset of this record formatter. |
operator BloombergLP::bslmf::NestedTraitDeclaration<RecordStringFormatter, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |