|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| int | nextPrimeIndex (unsigned long n) |
| int | prevPrimeIndex (unsigned long n) |
Variables | |
| const unsigned int | numPrimes = 28 |
| const unsigned long | primeList [] |
| const unsigned int | DefaultIndex = 0 |
| const unsigned long | DefaultPrime = primeList[DefaultIndex] |
|
inline |
Definition at line 65 of file hashPars.H.
|
inline |
Definition at line 79 of file hashPars.H.
| const unsigned int HashParameters::DefaultIndex = 0 |
Definition at line 56 of file hashPars.H.
| const unsigned long HashParameters::DefaultPrime = primeList[DefaultIndex] |
Definition at line 58 of file hashPars.H.
| const unsigned int HashParameters::numPrimes = 28 |
Definition at line 44 of file hashPars.H.
Referenced by nextPrimeIndex(), and prevPrimeIndex().
| const unsigned long HashParameters::primeList[] |
Definition at line 46 of file hashPars.H.
Referenced by nextPrimeIndex(), and prevPrimeIndex().