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