This class provides a test sequence type used by test messages.

Synopsis

Declared in <balb_testmessages.h>

class Sequence5;

Enums

Name

Description

Unnamed enum

Attribute identifier constants.

Unnamed enum

Attribute count constant.

Unnamed enum

Attribute index constants.

Member Functions

Name

Description

Sequence5 [constructor]

Constructors

~Sequence5 [destructor]

Destroy this object.

operator=

Assign to this object the value of the specified rhs object.

accessAttribute

accessAttribute overloads

accessAttributes

Invoke the specified accessor on each non‐modifiable attribute.

bdexStreamIn

Assign to this object the value read from the specified input stream using the specified version format and return a reference to the modifiable stream.

bdexStreamOut

Write the value of this object to the specified output stream using the specified version format and return a reference to the modifiable stream.

element1

element1 overloads

element2

element2 overloads

element3

element3 overloads

element4

element4 overloads

element5

element5 overloads

element6

element6 overloads

element7

element7 overloads

manipulateAttribute

manipulateAttribute overloads

manipulateAttributes

Invoke the specified manipulator on each modifiable attribute.

print

Format this object to the specified output stream at the optionally specified indentation level and return a reference to the modifiable stream.

reset

Reset this object to the default value (i.e., its value upon default construction).

Static Member Functions

Name

Description

lookupAttributeInfo

lookupAttributeInfo overloads

maxSupportedBdexVersion

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

Static Data Members

Name

Description

ATTRIBUTE_INFO_ARRAY

Attribute information array for this sequence.

CLASS_NAME

Name of this class.

Non-Member Functions

Name

Description

operator!=

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

operator==

Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise.

Created with MrDocs