[#BloombergLP-balm-PublicationType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::PublicationType :relfileprefix: ../../ :mrdocs: This class defines an enumeration of aggregation type that can be used to describe the published output of a metric. Concrete `Publisher` implementations may use this these types to configure their output. == Synopsis Declared in `<balm_publicationtype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PublicationType; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balm/PublicationType/_04enum.adoc[`Unnamed enum`] | Enumerator count constants. | xref:BloombergLP/balm/PublicationType/Value.adoc[`Value`] | Publication type enumerator values. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balm/PublicationType/fromInt.adoc[`fromInt`] | Load into the specified `result` the enumerator matching the specified `number`. Return 0 on success, and a non‐zero value with no effect on `result` otherwise (i.e., `number` does not match any enumerator). | xref:BloombergLP/balm/PublicationType/fromString-04.adoc[`fromString`] | `fromString` overloads | xref:BloombergLP/balm/PublicationType/print.adoc[`print`] | Write to the specified `stream` the string representation of the specified enumeration `value`. Return a reference to the modifiable `stream`. | xref:BloombergLP/balm/PublicationType/toString.adoc[`toString`] | Return the string representation exactly matching the enumerator name corresponding to the specified enumeration `value`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_BasicEnumerationWrapper-0fc.adoc[`bdlat_BasicEnumerationWrapper<balm::PublicationType::Value>`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#