ATLAS Offline Software
Loading...
Searching...
No Matches
IdHashTableHelper.h File Reference
#include <limits.h>
Include dependency graph for IdHashTableHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IdHashTableHelper< N, ID, HASH >
 Helper base class for instantiation of templated class IdentifierHashTable. More...

Variables

template<unsigned int N, class ID, class HASH>
IdHashTableHelper< N, ID, HASH >::IdentifierType IdHashTableHelper< N, ID, HASH >::s_defaultId
template<unsigned int N, class ID, class HASH>
IdHashTableHelper< N, ID, HASH >::HashType IdHashTableHelper< N, ID, HASH >::s_defaultHash

Variable Documentation

◆ IdHashTableHelper< N, ID, HASH >::s_defaultHash

template<unsigned int N, class ID, class HASH>
IdHashTableHelper<N,ID,HASH>::HashType IdHashTableHelper< N, ID, HASH >::s_defaultHash
Initial value:
=
HASH HashType
define type HashType

Definition at line 178 of file IdHashTableHelper.h.

◆ IdHashTableHelper< N, ID, HASH >::s_defaultId

template<unsigned int N, class ID, class HASH>
IdHashTableHelper<N,ID,HASH>::IdentifierType IdHashTableHelper< N, ID, HASH >::s_defaultId
Initial value:
=
ID IdentifierType
define type IdentifierType

Definition at line 173 of file IdHashTableHelper.h.