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