#include "defs.h"#include "erglob.h"#include "cxx_hash.h"
Go to the source code of this file.
Functions | |
| static HASH | Init_Hashing_Table () |
Variables | |
| static HASH | Hashing_Table [256] |
| static HASH | _dummy_var = Init_Hashing_Table() |
| static HASH Init_Hashing_Table | ( | void | ) | [static] |
Definition at line 77 of file cxx_hash_util.cxx.
References Hashing_Table.
HASH _dummy_var = Init_Hashing_Table() [static] |
Definition at line 73 of file cxx_hash_util.cxx.
HASH Hashing_Table[256] [static] |
Definition at line 72 of file cxx_hash_util.cxx.
Referenced by Init_Hashing_Table(), and String_Hash::operator()().
1.7.1