makeChoice overloads
Declared in <baljsn_encoder_testtypes.h>
Set the value of this object to be a "Choice" value. Optionally specify the value of the "Choice". If value is not specified, the default "Choice" value is used.
EncoderTestChoiceWithAllCategoriesChoice&
makeChoice();
» more...
Set the value of this object to be a "Choice" value. Optionally specify the value of the "Choice".
EncoderTestChoiceWithAllCategoriesChoice&
makeChoice(EncoderTestChoiceWithAllCategoriesChoice const& value);
» more...
Set the value of this object to be a "Choice" value. Optionally specify the value of the "Choice".
EncoderTestChoiceWithAllCategoriesChoice&
makeChoice(EncoderTestChoiceWithAllCategoriesChoice&& value);
» more...