BloombergLP::bdlat_BasicEnumerationWrapper<baljsn::EncodingStyle::Value>

Specialize bdlat_BasicEnumerationWrapper for EncodingStyle::Value.

Synopsis

Declared in <baljsn_encodingstyle.h>

template<>
struct bdlat_BasicEnumerationWrapper<baljsn::EncodingStyle::Value>
    : baljsn::EncodingStyle

Base Classes

NameDescription
baljsn::EncodingStyleEnumeration of encoding style (COMPACT or PRETTY).

Type Aliases

NameDescription
Wrapper Alias for the EncodingStyle enumeration wrapper type.

Enums

NameDescription
Unnamed enum Enumerator count constant.
Value Encoding style enumerator values.

Static Member Functions

NameDescription
fromInt Load into the specified result the enumerator matching the specified number.
fromString fromString overloads
print Write to the specified stream the string representation of the specified enumeration value. Return a reference to the modifiable stream.
toString Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value.

Static Data Members

NameDescription
CLASS_NAME Name of this class.
ENUMERATOR_INFO_ARRAY Enumerator metadata for this type.