Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::DefHashFunc< K > Class Template Reference

Default hash functions. More...

#include <ogdf/basic/Hashing.h>

List of all members.

Public Member Functions

size_t hash (const K &key) const
 Returns the hash value of key.

Detailed Description

template<class K>
class ogdf::DefHashFunc< K >

Default hash functions.

This class implements a default hash function for various basic data types.

See also:
Hashing, HashArray, HashArray2D

Definition at line 248 of file Hashing.h.


Member Function Documentation

template<class K>
size_t ogdf::DefHashFunc< K >::hash ( const K &  key) const
inline

Returns the hash value of key.

Definition at line 250 of file Hashing.h.


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