mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
doc clarifications
This commit is contained in:
@@ -44,6 +44,9 @@ class XML_API NamePool
|
||||
public:
|
||||
NamePool(unsigned long size = POCO_XML_NAMEPOOL_DEFAULT_SIZE);
|
||||
/// Creates a name pool with room for up to size strings.
|
||||
///
|
||||
/// The given size should be a suitable prime number,
|
||||
/// e.g. 251, 509, 1021 or 4093.
|
||||
|
||||
const Name& insert(const XMLString& qname, const XMLString& namespaceURI, const XMLString& localName);
|
||||
/// Returns a const reference to an Name for the given names.
|
||||
|
||||
Reference in New Issue
Block a user