Public Member Functions | List of all members
FixedList< T, Size >::Hash< HashT > Class Template Reference

Hashing function class. More...

Public Member Functions

 Hash ()
 
unsigned operator() (const FixedList< T, Size > &, unsigned seed=0) const
 

Detailed Description

template<class T, unsigned Size>
template<class HashT = Hash<T>>
class Foam::FixedList< T, Size >::Hash< HashT >

Hashing function class.

Use Hasher directly for contiguous data. Otherwise hash incrementally.

Definition at line 93 of file FixedList.H.

Constructor & Destructor Documentation

◆ Hash()

Hash ( )
inline

Member Function Documentation

◆ operator()()

unsigned operator() ( const FixedList< T, Size > &  lst,
unsigned  seed = 0 
) const
inline

Definition at line 452 of file FixedListI.H.

References Foam::Hasher().

Here is the call graph for this function:

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