Constructors
Declared in <baljsn_encoder_testtypes.h>
Create an object of type 'EncoderTestSequenceWithAllCategoriesChoice' having the default value.
EncoderTestSequenceWithAllCategoriesChoice();
» more...
Create an object of type EncoderTestSequenceWithAllCategoriesChoice having the value of the specified original object.
EncoderTestSequenceWithAllCategoriesChoice(EncoderTestSequenceWithAllCategoriesChoice const& original);
» more...
Create a EncoderTestSequenceWithAllCategoriesChoice object by moving from original.
EncoderTestSequenceWithAllCategoriesChoice(EncoderTestSequenceWithAllCategoriesChoice&& original) noexcept;
» more...
| Name | Description |
|---|---|
| original | object providing the value to copy |