This component‐private struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for date values. Within the definition of this struct:
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_DateImpUtil;
Description
* the specification: > Refers to the August 2015 revision of the ITU‐T Recommendation X.690.
* the default set of options: > Refers to a balber::BerEncoderOptions value having a > datetimeFractionalSecondPrecision attribute of 3 and a > encodeDateAndTimeTypesAsBinary attribute of false.
See the package level documentation of balber for a definition of the compact and extended binary formats for date and time values.
Type Aliases
Name |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enums
Name |
Description |
Constants used when encoding dates in compact binary format. |
Static Member Functions
Name |
Description |
Load to the specified |
|
Load to the specified |
|
Read the specified |
|
Read the specified |
|
Read the specified |
|
Write a representation of the specified |
|
Write a representation of the specified |
Created with MrDocs