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