Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
HashTableCore Class Reference

Template invariant parts of hash table implementation. More...

Classes

class  const_iterator_pair
 

Public Member Functions

 ClassName ("HashTable")
 
 HashTableCore ()=default
 

Static Public Member Functions

static label canonicalSize (const label requested_size)
 

Static Public Attributes

static const label maxTableSize
 

Detailed Description

Template invariant parts of hash table implementation.

Source files

Definition at line 54 of file HashTableCore.H.

Constructor & Destructor Documentation

◆ HashTableCore()

HashTableCore ( )
default

Member Function Documentation

◆ canonicalSize()

Foam::label canonicalSize ( const label  requested_size)
static

Definition at line 38 of file HashTableCore.C.

References HashTableCore::maxTableSize.

◆ ClassName()

ClassName ( "HashTable"  )

Member Data Documentation

◆ maxTableSize

const Foam::label maxTableSize
static

Definition at line 57 of file HashTableCore.H.

Referenced by HashTableCore::canonicalSize().


The documentation for this class was generated from the following files: