Constructors
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...
| Name | Description |
|---|---|
| basicAllocator | memory allocator used to supply memory |
| other | registry to copy |