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

Synopsis

Declared in <balb_testmessages.h>

class Sequence4;

Enums

Name

Description

Unnamed enum

Attribute identifier constants.

Unnamed enum

Attribute count constant.

Unnamed enum

Attribute index constants.

Member Functions

Name

Description

Sequence4 [constructor]

Constructors

~Sequence4 [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

element10

element10 overloads

element11

element11 overloads

element12

element12 overloads

element13

element13 overloads

element14

element14 overloads

element15

element15 overloads

element16

element16 overloads

element17

element17 overloads

element18

element18 overloads

element19

element19 overloads

element2

element2 overloads

element3

element3 overloads

element4

element4 overloads

element5

element5 overloads

element6

element6 overloads

element7

element7 overloads

element8

element8 overloads

element9

element9 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