Lolly 1.4.27
Loading...
Searching...
No Matches
Classes | Functions
hashfunc.hpp File Reference
#include "hashmap.hpp"
#include "hashfunc.ipp"
Include dependency graph for hashfunc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hashfunc_rep< T, U >
 A concrete implementation of a hash function for a given type. More...
 
class  hashfunc< T, U >
 A generic hash function class that uses a concrete implementation of a hash function. More...
 

Functions

 CONCRETE_TEMPLATE_2_CODE (hashfunc, class, T, class, U)
 

Detailed Description

This hashfunc is a generic hash function class that utilizes a concrete implementation of a hash function for a given type.

Author
Joris van der Hoeven
Date
1999

Definition in file hashfunc.hpp.

Function Documentation

◆ CONCRETE_TEMPLATE_2_CODE()

CONCRETE_TEMPLATE_2_CODE ( hashfunc ,
class ,
T ,
class ,
U  )