[#BloombergLP-balber-BerUtil_IdentifierImpUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerUtil_IdentifierImpUtil :relfileprefix: ../../ :mrdocs: This component‐private utility `struct` provides a namespace for a suite of functions used by `BerUtil` to implement BER identifier octet encoding and decoding. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BerUtil_IdentifierImpUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_IdentifierImpUtil/Constants.adoc[`Constants`] | `Constants` is an alias to a namespace for a suite of general‐purpose constants that occur when encoding or decoding BER data. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_IdentifierImpUtil/getIdentifierOctets.adoc[`getIdentifierOctets`] | Decode BER identifier octets from `streamBuf`. | xref:BloombergLP/balber/BerUtil_IdentifierImpUtil/putIdentifierOctets.adoc[`putIdentifierOctets`] | Encode BER identifier octets to `streamBuf`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#