live
Data Structures | Variables
HashTable.hh File Reference
#include "Boolean.hh"
Include dependency graph for HashTable.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  HashTable
 
class  HashTable::Iterator
 

Variables

int const STRING_HASH_KEYS = 0
 
int const ONE_WORD_HASH_KEYS = 1
 

Variable Documentation

◆ ONE_WORD_HASH_KEYS

int const ONE_WORD_HASH_KEYS = 1

Definition at line 74 of file HashTable.hh.

◆ STRING_HASH_KEYS

int const STRING_HASH_KEYS = 0

Definition at line 73 of file HashTable.hh.