BloombergLP::balxml::EncoderOptions::EncoderOptions

Constructors

Synopses

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...

Parameters

NameDescription
originalobject providing the value to move from
basicAllocatormemory allocator; null uses the default