Constructors
Declared in <baljsn_encoder_testtypes.h>
Create an object of type 'EncoderTestChoiceWithAllCategoriesChoice' having the default value.
EncoderTestChoiceWithAllCategoriesChoice();
» more...
Create an object of type 'EncoderTestChoiceWithAllCategoriesChoice' having the value of the specified 'original' object.
EncoderTestChoiceWithAllCategoriesChoice(EncoderTestChoiceWithAllCategoriesChoice const& original);
» more...
Create an object of type 'EncoderTestChoiceWithAllCategoriesChoice' having the value of the specified 'original' object. After performing this action, the 'original' object will be left in a valid, but unspecified state.
EncoderTestChoiceWithAllCategoriesChoice(EncoderTestChoiceWithAllCategoriesChoice&& original) noexcept;
» more...