|
The bliss C++ API 0.77 (Debian 0.77-3build1)
|
A updatable hash for sequences of unsigned ints. More...
#include <uintseqhash.hh>
Public Member Functions | |
| void | reset () |
| void | update (unsigned int n) |
| unsigned int | get_value () const |
| int | cmp (const UintSeqHash &other) const |
| bool | is_lt (const UintSeqHash &other) const |
| bool | is_le (const UintSeqHash &other) const |
| bool | is_equal (const UintSeqHash &other) const |
A updatable hash for sequences of unsigned ints.
|
inline |
Compare the hash values of this and other. Return -1/0/1 if the value of this is smaller/equal/greater than that of other.
Get the hash value of the sequence seen so far.
|
inline |
An abbreviation for cmp(other) == 0
|
inline |
An abbreviation for cmp(other) <= 0
|
inline |
An abbreviation for cmp(other) < 0
|
inline |
Reset the hash value.