BloombergLP::balxml::ErrorInfo::ErrorInfo

Constructors

Synopses

Declared in <balxml_errorinfo.h>

Create an ErrorInfo object with no error.

ErrorInfo(bslma::Allocator* basicAllocator = 0);
» more...

Construct a copy of the specified other object using the (optionally) specified basicAllocator, or the default allocator of none is specified.

ErrorInfo(
    ErrorInfo const& other,
    bslma::Allocator* basicAllocator = 0);
» more...

Parameters

NameDescription
basicAllocatormemory allocator; null uses the default
otherobject providing the value to copy