selection2 overloads

Synopses

Declared in <balb_testmessages.h>

Return a reference to the modifiable "Selection2" selection of this object if "Selection2" is the current selection.

unsigned char&
selection2();

Return a reference to the non‐modifiable "Selection2" selection of this object if "Selection2" is the current selection.

unsigned char const&
selection2() const;

Return Value

  • reference to the modifiable "Selection2" selection of this object if "Selection2" is the current selection

  • reference to the non‐modifiable "Selection2" selection of this object if "Selection2" is the current selection

Created with MrDocs