makeEnumeration overloads
Declared in <baljsn_encoder_testtypes.h>
Set the value of this object to be a "Enumeration" value. Optionally specify the 'value' of the "Enumeration". If 'value' is not specified, the default "Enumeration" value is used.
EncoderTestChoiceWithAllCategoriesEnumeration::Value&
makeEnumeration();
» more...
Set the value of this object to be a "Enumeration" value. Optionally specify the value of the "Enumeration".
EncoderTestChoiceWithAllCategoriesEnumeration::Value&
makeEnumeration(EncoderTestChoiceWithAllCategoriesEnumeration::Value value);
» more...