hashtable_ops_t< K > Class Template Reference

Routines on hashtable Keys. More...

#include <hashtable.h>

List of all members.

Public Member Functions

template<>
GHashFunc hash
template<>
GCompareFunc compare
template<>
GHashFunc hash
template<>
GCompareFunc compare
template<>
GHashFunc hash
template<>
GCompareFunc compare
template<>
GHashFunc hash
template<>
GCompareFunc compare
template<>
GHashFunc hash
template<>
GCompareFunc compare
template<>
GHashFunc hash
template<>
GCompareFunc compare

Static Public Attributes

static GHashFunc hash
 Calculate the hash value.
static GCompareFunc compare
 Compare 2 keys and return 1 on equal.


Detailed Description

template<class K>
class hashtable_ops_t< K >

Routines on hashtable Keys.

Member Function Documentation

template<>
GHashFunc hashtable_ops_t< char >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< char >::compare (  )  [inline]

template<>
GHashFunc hashtable_ops_t< const char >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< const char >::compare (  )  [inline]

template<>
GHashFunc hashtable_ops_t< void >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< void >::compare (  )  [inline]

template<>
GHashFunc hashtable_ops_t< char >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< char >::compare (  )  [inline]

template<>
GHashFunc hashtable_ops_t< const char >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< const char >::compare (  )  [inline]

template<>
GHashFunc hashtable_ops_t< void >::hash (  )  [inline]

template<>
GCompareFunc hashtable_ops_t< void >::compare (  )  [inline]


Member Data Documentation

template<class K>
GHashFunc hashtable_ops_t< K >::hash [static]

Calculate the hash value.

template<class K>
GCompareFunc hashtable_ops_t< K >::compare [static]

Compare 2 keys and return 1 on equal.


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

Generated on Tue Jan 1 17:30:01 2008 for hashtable_ops_t< K > Class Template Reference by  doxygen   Visit the project page on SourceForge.net Logo