BloombergLP::balxml::NamespaceRegistry::NamespaceRegistry

Constructors

Synopses

Declared in <balxml_namespaceregistry.h>

Construct an empty registry.

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

Construct a copy of the specified other namespace registry.

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

Parameters

NameDescription
basicAllocatormemory allocator used to supply memory
otherregistry to copy