Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "config.h"
#include "gnuhash.h"
#include <math.h>
#include <string>
#include <vector>
#include <algorithm>
#include <utility>
Go to the source code of this file.
Classes | |
class | Hashtable< KEY, VALUE, SIZ > |
Macros | |
#define | HASH_INTSIZE (sizeof (int)*8) |
#define | HASH_SALT_0 0x7EF92C3B |
#define | HASH_SALT_1 0x9B |
Definition at line 31 of file hashtable.h.
Referenced by Hashtable< int, Logo, 257 >::hash().
#define HASH_SALT_0 0x7EF92C3B |
Definition at line 32 of file hashtable.h.
Referenced by Hashtable< int, Logo, 257 >::hash().
#define HASH_SALT_1 0x9B |
Definition at line 33 of file hashtable.h.
Referenced by Hashtable< int, Logo, 257 >::hash().