Specialize bdlat_BasicEnumerationWrapper for Enumerated::Value.

Synopsis

Declared in <balb_testmessages.h>

Base Classes

Name

Description

balb::Enumerated

This struct provides a test enumeration used by test messages.

Type Aliases

Name

Description

Wrapper

Alias for the Enumerated enumeration wrapper type.

Enums

Name

Description

Unnamed enum

Enumerator count constant.

Value

Test enumeration values.

Static Member Functions

Name

Description

bdexStreamIn

Assign to value the value read from the specified input stream.

bdexStreamOut

Write the specified value to the specified output stream and return a reference to the modifiable stream.

fromInt

Load into the specified result the enumerator matching the specified number.

fromString

fromString overloads

maxSupportedBdexVersion

Return the most current bdex streaming version number supported by this class.

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

Name

Description

CLASS_NAME

Name of this class.

ENUMERATOR_INFO_ARRAY

Enumerator information array for this enumeration.

Created with MrDocs