![]() |
Public API Reference |
![]() |
A hash table class, to be used with csWeakRef<> as the value type. More...
#include <csutil/weakrefhash.h>
Public Member Functions | |
void | Compact () |
Compacts the hash by removing entries which have been deleted. | |
csWeakRefHash (const csWeakRefHash< csWeakRef< T >, K, ArrayMemoryAlloc > &o) | |
Copy constructor. |
A hash table class, to be used with csWeakRef<> as the value type.
Definition at line 30 of file weakrefhash.h.
csWeakRefHash< T, K, ArrayMemoryAlloc >::csWeakRefHash | ( | const csWeakRefHash< csWeakRef< T >, K, ArrayMemoryAlloc > & | o | ) | [inline] |
Copy constructor.
Definition at line 47 of file weakrefhash.h.
void csWeakRefHash< T, K, ArrayMemoryAlloc >::Compact | ( | ) | [inline] |
Compacts the hash by removing entries which have been deleted.
Definition at line 53 of file weakrefhash.h.