Constructors
Declared in <balxml_encoderoptions.h>
Create an EncoderOptions object by moving from original.
EncoderOptions(EncoderOptions&& original) noexcept;
» more...
Create an object of type EncoderOptions having the default value.
explicit
EncoderOptions(bslma::Allocator* basicAllocator = 0);
» more...
Create an object of type EncoderOptions having the value of the specified original object.
EncoderOptions(
EncoderOptions const& original,
bslma::Allocator* basicAllocator = 0);
» more...
Create an EncoderOptions object by moving from original.
EncoderOptions(
EncoderOptions&& original,
bslma::Allocator* basicAllocator);
» more...
| Name | Description |
|---|---|
| original | object providing the value to move from |
| basicAllocator | memory allocator; null uses the default |