#include <hashtable.h>
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. | |
| GHashFunc hashtable_ops_t< char >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< char >::compare | ( | ) | [inline] |
| GHashFunc hashtable_ops_t< const char >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< const char >::compare | ( | ) | [inline] |
| GHashFunc hashtable_ops_t< void >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< void >::compare | ( | ) | [inline] |
| GHashFunc hashtable_ops_t< char >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< char >::compare | ( | ) | [inline] |
| GHashFunc hashtable_ops_t< const char >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< const char >::compare | ( | ) | [inline] |
| GHashFunc hashtable_ops_t< void >::hash | ( | ) | [inline] |
| GCompareFunc hashtable_ops_t< void >::compare | ( | ) | [inline] |
GHashFunc hashtable_ops_t< K >::hash [static] |
Calculate the hash value.
GCompareFunc hashtable_ops_t< K >::compare [static] |
Compare 2 keys and return 1 on equal.
Visit the project page on