This class probably already exists in bslalg

Synopsis

Declared in <bslstl_hashtable.h>

template<class FACTORY>
class HashTable_ArrayProctor;

Member Functions

Name

Description

HashTable_ArrayProctor [constructor]

Create a proctor managing the hash‐table data owned by anchor.

~HashTable_ArrayProctor [destructor]

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.

release

Release from management the object currently managed by this proctor. If no object is currently being managed, this method has no effect.

Created with MrDocs