[#BloombergLP-balb-Response] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::Response :relfileprefix: ../../ :mrdocs: This class provides a test choice type used by test messages. == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Response; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/Response/_04enum-07.adoc[`Unnamed enum`] | Selection identifier constants. | xref:BloombergLP/balb/Response/_04enum-05.adoc[`Unnamed enum`] | Selection count constant. | xref:BloombergLP/balb/Response/_04enum-0d.adoc[`Unnamed enum`] | Selection index constants. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/Response/2constructor-07.adoc[`Response`] [.small]#[constructor]# | Constructors | xref:BloombergLP/balb/Response/2destructor.adoc[`~Response`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/balb/Response/operator_assign.adoc[`operator=`] | Assign to this object the value of the specified `rhs` object. | xref:BloombergLP/balb/Response/accessSelection.adoc[`accessSelection`] | Invoke the specified `accessor` on the non‐modifiable selection, supplying `accessor` with the corresponding selection information structure. | xref:BloombergLP/balb/Response/bdexStreamIn.adoc[`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`. | xref:BloombergLP/balb/Response/bdexStreamOut.adoc[`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`. | xref:BloombergLP/balb/Response/featureResponse-062.adoc[`featureResponse`] | `featureResponse` overloads | xref:BloombergLP/balb/Response/isFeatureResponseValue.adoc[`isFeatureResponseValue`] | Return `true` if the value of this object is a "FeatureResponse" value, and return `false` otherwise. | xref:BloombergLP/balb/Response/isResponseDataValue.adoc[`isResponseDataValue`] | Return `true` if the value of this object is a "ResponseData" value, and return `false` otherwise. | xref:BloombergLP/balb/Response/isUndefinedValue.adoc[`isUndefinedValue`] | Return `true` if the value of this object is undefined, and `false` otherwise. | xref:BloombergLP/balb/Response/makeFeatureResponse-09.adoc[`makeFeatureResponse`] | `makeFeatureResponse` overloads | xref:BloombergLP/balb/Response/makeResponseData-05.adoc[`makeResponseData`] | `makeResponseData` overloads | xref:BloombergLP/balb/Response/makeSelection-03.adoc[`makeSelection`] | `makeSelection` overloads | xref:BloombergLP/balb/Response/manipulateSelection.adoc[`manipulateSelection`] | Invoke the specified `manipulator` on the address of the modifiable selection, supplying `manipulator` with the corresponding selection information structure. | xref:BloombergLP/balb/Response/print.adoc[`print`] | Format this object to the specified output `stream` at the optionally specified indentation `level` and return a reference to the modifiable `stream`. | xref:BloombergLP/balb/Response/reset.adoc[`reset`] | Reset this object to the default value (i.e., its value upon default construction). | xref:BloombergLP/balb/Response/responseData-0b.adoc[`responseData`] | `responseData` overloads | xref:BloombergLP/balb/Response/selectionId.adoc[`selectionId`] | Return the id of the current selection if the selection is defined, and ‐1 otherwise. | xref:BloombergLP/balb/Response/selectionName.adoc[`selectionName`] | Return the symbolic name of the current selection of this object. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/Response/lookupSelectionInfo-0a.adoc[`lookupSelectionInfo`] | `lookupSelectionInfo` overloads | xref:BloombergLP/balb/Response/maxSupportedBdexVersion.adoc[`maxSupportedBdexVersion`] | Return the most current `bdex` streaming version number supported by this class. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/Response/d_featureResponse.adoc[`d_featureResponse`] [.small]#[variant member]# | Storage for the "FeatureResponse" selection. | xref:BloombergLP/balb/Response/d_responseData.adoc[`d_responseData`] [.small]#[variant member]# | Storage for the "ResponseData" selection. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/Response/CLASS_NAME.adoc[`CLASS_NAME`] | Name of this class. | xref:BloombergLP/balb/Response/SELECTION_INFO_ARRAY.adoc[`SELECTION_INFO_ARRAY`] | Selection information array for this choice. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/operator_not_eq-0f.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` objects do not have the same values, as determined by `operator==`, and `false` otherwise. | xref:BloombergLP/balb/operator_eq-041.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#