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