BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlt_serialdateimputil

Detailed Description

Outline

Purpose

Provide low-level support functions for date-value manipulation.

Classes

See also
bdlt_posixdateimputil, bdlt_prolepticdateimputil

Description

This component defines a typedef to a class that implements the (documentation-only) protocol for serial date implementation utilities – each class implements a common set of methods, each having the same signature, and each having the same contract. Currently, two implementations are allowed: bdlt_posixdateimputil (required in Bloomberg code) and bdlt_prolepticdateimputil (an option for open source code).