BDE 4.14.0 Production release
|
#include <bslstl_hashtable.h>
Public Member Functions | |
HashTable_ArrayProctor (FACTORY *factory, bslalg::HashTableAnchor *anchor) | |
~HashTable_ArrayProctor () | |
void | release () |
This class probably already exists in bslalg
See bslstl_hashtable
|
inline |
Create a HashTable_ArrayProctor
managing the hash-table data structure owned by the specified anchor
that was created using the specified factory
.
|
inline |
Destroy the hash-table data structure managed by this proctor and reclaim all of its resources, unless there was a call to release
this proctor.
|
inline |
Release from management the object currently managed by this proctor. If no object is currently being managed, this method has no effect.