BloombergLP::balber::BerUtil_BooleanImpUtil

Utilities for BER boolean encoding and decoding.

Synopsis

Declared in <balber_berutil.h>

struct BerUtil_BooleanImpUtil;

Description

This component-private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for boolean values. Within the definition of this struct:

* the specification: > Refers to the August 2015 revision of the ITU-T Recommendation X.690.

Type Aliases

NameDescription
LengthUtil LengthUtil is an alias to a namespace for a suite of functions used to implement BER encoding and decoding operations for length quantities.

Static Member Functions

NameDescription
getBoolValue Decode to the specified value from the specified streamBuf, consuming exactly the specified length bytes.
putBoolValue Encode the specified value to the specified streamBuf.