BloombergLP::balxml::Decoder_InstantiateContext

COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.

Synopsis

Declared in <balxml_decoder.h>

template<
    class CATEGORY,
    class TYPE>
struct Decoder_InstantiateContext;

Description

This struct instantiates a context for the parameterized TYPE that falls under the parameterized CATEGORY.

Specializations

NameDescription
Decoder_InstantiateContext<bdlat_TypeCategory::Array, bsl::vector<char>> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Simple, bsl::string> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Array, TYPE> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Choice, TYPE> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Enumeration, TYPE> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Sequence, TYPE> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Decoder_InstantiateContext<bdlat_TypeCategory::Simple, TYPE> COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.