Construct an empty registry.

Synopsis

Declared in <balxml_namespaceregistry.h>

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

Description

Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the current default allocator is used.

Parameters

Name

Description

basicAllocator

memory allocator used to supply memory

Created with MrDocs