BloombergLP::balb::FeatureTestMessage

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

Synopsis

Declared in <balb_testmessages.h>

class FeatureTestMessage;

Enums

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

Member Functions

NameDescription
FeatureTestMessage [constructor]Constructors
~FeatureTestMessage [destructor]Destroy this object.
operator= Assign to this object the value of the specified rhs object.
accessSelection Invoke the specified accessor on the non-modifiable selection, supplying accessor with the corresponding selection information structure.
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.
isSelection10Value Return true if the value of this object is a "Selection10" value, and return false otherwise.
isSelection11Value Return true if the value of this object is a "Selection11" value, and return false otherwise.
isSelection1Value Return true if the value of this object is a "Selection1" value, and return false otherwise.
isSelection2Value Return true if the value of this object is a "Selection2" value, and return false otherwise.
isSelection3Value Return true if the value of this object is a "Selection3" value, and return false otherwise.
isSelection4Value Return true if the value of this object is a "Selection4" value, and return false otherwise.
isSelection5Value Return true if the value of this object is a "Selection5" value, and return false otherwise.
isSelection6Value Return true if the value of this object is a "Selection6" value, and return false otherwise.
isSelection7Value Return true if the value of this object is a "Selection7" value, and return false otherwise.
isSelection8Value Return true if the value of this object is a "Selection8" value, and return false otherwise.
isSelection9Value Return true if the value of this object is a "Selection9" value, and return false otherwise.
isUndefinedValue Return true if the value of this object is undefined, and false otherwise.
makeSelection makeSelection overloads
makeSelection1 makeSelection1 overloads
makeSelection10 makeSelection10 overloads
makeSelection11 makeSelection11 overloads
makeSelection2 makeSelection2 overloads
makeSelection3 makeSelection3 overloads
makeSelection4 makeSelection4 overloads
makeSelection5 makeSelection5 overloads
makeSelection6 makeSelection6 overloads
makeSelection7 makeSelection7 overloads
makeSelection8 makeSelection8 overloads
makeSelection9 makeSelection9 overloads
manipulateSelection Invoke the specified manipulator on the address of the modifiable selection, supplying manipulator with the corresponding selection information structure.
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).
selection1 selection1 overloads
selection10 selection10 overloads
selection11 selection11 overloads
selection2 selection2 overloads
selection3 selection3 overloads
selection4 selection4 overloads
selection5 selection5 overloads
selection6 selection6 overloads
selection7 selection7 overloads
selection8 selection8 overloads
selection9 selection9 overloads
selectionId Return the id of the current selection if the selection is defined, and -1 otherwise.
selectionName Return the symbolic name of the current selection of this object.

Static Member Functions

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

Data Members

NameDescription
d_selection1 [variant member]Storage for the "Selection1" selection.
d_selection10 [variant member]Storage for the "Selection10" selection.
d_selection11 [variant member]Storage for the "Selection11" selection.
d_selection2 [variant member]Storage for the "Selection2" selection.
d_selection3 [variant member]Storage for the "Selection3" selection.
d_selection4 [variant member]Storage for the "Selection4" selection.
d_selection5 [variant member]Storage for the "Selection5" selection.
d_selection6 [variant member]Storage for the "Selection6" selection.
d_selection7 [variant member]Storage for the "Selection7" selection.
d_selection8 [variant member]Storage for the "Selection8" selection.
d_selection9 [variant member]Storage for the "Selection9" selection.

Static Data Members

NameDescription
CLASS_NAME Name of this class.
SELECTION_INFO_ARRAY Selection information array for this choice.

Non-Member Functions

NameDescription
operator!=Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.
operator==Return true if the specified lhs and rhs objects have the same value, and false otherwise.