featureRequest overloads
Declared in <balb_testmessages.h>
Return a reference to the modifiable "FeatureRequest" selection of this object if "FeatureRequest" is the current selection. The behavior is undefined unless "FeatureRequest" is the selection of this object.
FeatureTestMessage&
featureRequest();
» more...
Return a reference to the non-modifiable "FeatureRequest" selection of this object if "FeatureRequest" is the current selection. The behavior is undefined unless "FeatureRequest" is the selection of this object.
FeatureTestMessage const&
featureRequest() const;
» more...