Quick Links:

bal | bbl | bdl | bsl

Component bslfwd_bsls_types
[Package bslfwd]

Provide a forward-declaration for the corresponding BDE type. More...

Outline
Purpose:
Provide a forward-declaration for the corresponding BDE type.
Deprecated:
Do not use.
See also:
Component bslfwd_buildtarget
Description:
This header provides a forward-declaration for the corresponding BDE type in order to enable client code to safely use a forward-declaration for that type during the period where the BDE libraries transition to C++ namespaces. If BSLFWD_BUILDTARGET_BSL_USING_NAMESPACES is defined this header will forward declare the type in the appropriate C++ namespace (e.g., bslma::Allocator) otherwise it will forward declare the type in the legacy-namespace style (e.g., bslma_Allocator).