[#BloombergLP-balber-BerUniversalTagNumber] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerUniversalTagNumber :relfileprefix: ../../ :mrdocs: This `struct` contains an enumeration of the universal tag numbers for BER encoding. == Synopsis Declared in `<balber_beruniversaltagnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BerUniversalTagNumber; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUniversalTagNumber/_04enum.adoc[`Unnamed enum`] | Constants related to the `Value` enumeration. | xref:BloombergLP/balber/BerUniversalTagNumber/Value.adoc[`Value`] | Universal BER tag numbers as per X.680 section 8. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUniversalTagNumber/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/balber/BerUniversalTagNumber/fromString.adoc[`fromString`] | Load into the specified `result` the enumerator matching the specified `string` of the specified `stringLength`. Return 0 on success, and a non‐zero value with no effect on `result` otherwise (i.e., `string` does not match any enumerator). | xref:BloombergLP/balber/BerUniversalTagNumber/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/balber/BerUniversalTagNumber/select-0c.adoc[`select`] | `select` overloads | xref:BloombergLP/balber/BerUniversalTagNumber/toString.adoc[`toString`] | Return the string representation exactly matching the enumerator name corresponding to the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#