MetricFormat [constructor] | Constructors |
operator= | Assign to this metric format object the value of the specified rhs metric format, and return a reference to this modifiable metric format. |
clearFormatSpec | Remove the format spec for the specified publicationType from this metric format object. After this methods returns, formatSpec(publicationType) will return 0. |
clearFormatSpecs | Remove all format specs from this metric format object and put this object into its default-constructed state. After this method returns, formatSpec will return 0 for all supplied publication types. |
formatSpec | Return the address of the non-modifiable format spec for the specified publicationType, or 0 if no format spec has been provided for publicationType. |
print | Format this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect. |
setFormatSpec | Set the format spec for the metric aggregate indicated by the specified publicationType to the specified formatSpec. |
operator BloombergLP::bslmf::NestedTraitDeclaration<MetricFormat, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |