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

Synopsis

Declared in <balb_testmessages.h>

class VoidSequence;

Enums

Name

Description

Unnamed enum

Attribute count constant.

Member Functions

Name

Description

VoidSequence [constructor]

Constructors

~VoidSequence [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.

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

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