Constructors

Synopses

Declared in <balxml_encoderoptions.h>

Create an EncoderOptions object by moving from original.

EncoderOptions(EncoderOptions&& original) noexcept;

Create an object of type EncoderOptions having the default value.

explicit
EncoderOptions(bslma::Allocator* basicAllocator = 0);

Create an object of type EncoderOptions having the value of the specified original object.

EncoderOptions(
    EncoderOptions const& original,
    bslma::Allocator* basicAllocator = 0);

Create an EncoderOptions object by moving from original.

EncoderOptions(
    EncoderOptions&& original,
    bslma::Allocator* basicAllocator);

Parameters

Name

Description

original

object providing the value to move from

basicAllocator

memory allocator; null uses the default

Created with MrDocs