Begin managing the specified catalog node.
Declared in <bdlcc_objectcatalog.h>
void
manageNode(
ObjectCatalog<TYPE>::Node* node,
bool deallocateFlag);
Release from management the catalog node, if any, currently managed by this object and begin managing the specified catalog node. The specified deallocateFlag tells the destructor how to dispose of node if node is managed during the destruction of this object.
| Name | Description |
|---|---|
| node | catalog node to manage |
| deallocateFlag | if true, deallocate via the node pool; otherwise return the node to the free list |