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