This component‐private utility struct provides a namespace for a suite of functions that define the overload set for the implementation of balber::BerUtil::putValue. The set of types used for the value parameters in the overload set of putValue in this struct define the set of types that balber::BerUtil::putValue supports.

Synopsis

Declared in <balber_berutil.h>

struct BerUtil_PutValueImpUtil;

Type Aliases

Name

Description

BooleanUtil

BooleanUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for boolean values.

CharacterUtil

CharacterUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for byte values.

DateUtil

DateUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for date values.

DatetimeUtil

DatetimeUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for date and time values.

FloatingPointUtil

FloatingPointUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for floating‐point number values.

IntegerUtil

IntegerUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for integer values.

StringUtil

StringUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for string values.

TimeUtil

TimeUtil is an alias to a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for time values.

Static Member Functions

Name

Description

putValue

putValue overloads

Created with MrDocs