The Original CHomP Software
|
A hashing method using member functions that calculate the two required hashing keys. More...
#include <hashsets.h>
Static Public Member Functions | |
static int_t | hashkey1 (const element &x) |
Returns the first hashing key of the element. More... | |
static int_t | hashkey2 (const element &x) |
Returns the second hashing key of the element. More... | |
A hashing method using member functions that calculate the two required hashing keys.
Definition at line 154 of file hashsets.h.
|
inlinestatic |
Returns the first hashing key of the element.
Definition at line 158 of file hashsets.h.
References chomp::homology::HashingMember< element >::hashkey1().
Referenced by chomp::homology::HashingMember< element >::hashkey1().
|
inlinestatic |
Returns the second hashing key of the element.
Definition at line 164 of file hashsets.h.
References chomp::homology::HashingMember< element >::hashkey2().
Referenced by chomp::homology::HashingMember< element >::hashkey2().