This struct provides a test enumeration used by test messages.

Synopsis

Declared in <balb_testmessages.h>

struct Enumerated;

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.

Derived Classes

Name

Description

bdlat_BasicEnumerationWrapper<balb::Enumerated::Value>

Specialize bdlat_BasicEnumerationWrapper for Enumerated::Value.

Created with MrDocs