Constructors

Synopses

Declared in <balxml_namespaceregistry.h>

Construct an empty registry.

NamespaceRegistry(bslma::Allocator* basicAllocator = 0);

Construct a copy of the specified other namespace registry.

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

Parameters

Name

Description

basicAllocator

memory allocator used to supply memory

other

registry to copy

Created with MrDocs