Functions | Variables

cxx_hash_util.cxx File Reference

#include "defs.h"
#include "erglob.h"
#include "cxx_hash.h"
Include dependency graph for cxx_hash_util.cxx:

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()

Function Documentation

static HASH Init_Hashing_Table ( void   )  [static]

Definition at line 77 of file cxx_hash_util.cxx.

References Hashing_Table.


Variable Documentation

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()().