Construct a copy of the specified other namespace registry.
Synopsis
Declared in <balxml_namespaceregistry.h>
NamespaceRegistry(
NamespaceRegistry const& other,
bslma::Allocator* basicAllocator = 0);
Description
Optionally specify a basicAllocator used to supply memory. For a given URI, the results of calling lookup by URI will produce equal results for this object and for other. For a given integer ID, the result of calling lookup by ID will produce different pointers that compare equal using strcmp.
Parameters
Name |
Description |
other |
registry to copy |
basicAllocator |
memory allocator used to supply memory |
Created with MrDocs