Template-invariant bits for ListHashTable. More...
Classes | |
struct | iteratorEnd |
A zero-sized end iterator. More... | |
Public Member Functions | |
ListHashTableCore () | |
Construct null. More... | |
ClassName ("ListHashTable") | |
Define template name and debug. More... | |
Static Public Member Functions | |
static label | canonicalSize (const label) |
Return a canonical (power-of-two) size. More... | |
Template-invariant bits for ListHashTable.
Definition at line 76 of file ListHashTable.H.
|
inline |
Construct null.
Definition at line 82 of file ListHashTable.H.
References ListHashTableCore::ClassName().
|
static |
Return a canonical (power-of-two) size.
Definition at line 35 of file ListHashTable.C.
Referenced by ListHashTableCore::iteratorEnd::iteratorEnd(), and ListHashTable< T, Key, Hash >::resize().
ClassName | ( | "ListHashTable" | ) |
Define template name and debug.
Referenced by ListHashTableCore::ListHashTableCore().