BloombergLP::balb::Sequence3

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

Synopsis

Declared in <balb_testmessages.h>

class Sequence3;

Enums

NameDescription
Unnamed enum Attribute identifier constants.
Unnamed enum Attribute count constant.
Unnamed enum Attribute index constants.

Member Functions

NameDescription
Sequence3 [constructor]Constructors
~Sequence3 [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
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

NameDescription
lookupAttributeInfo lookupAttributeInfo overloads
maxSupportedBdexVersion Return the most current bdex streaming version number supported by this class.

Static Data Members

NameDescription
ATTRIBUTE_INFO_ARRAY Attribute information array for this sequence.
CLASS_NAME Name of this class.

Non-Member Functions

NameDescription
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.