40 void update(
unsigned int n);
49 return (h < other.h)?-1:((h == other.h)?0:1);
bool is_lt(const UintSeqHash &other) const
Definition: uintseqhash.hh:52
void reset()
Definition: uintseqhash.hh:37
Definition: abstractgraph.cc:35
int cmp(const UintSeqHash &other) const
Definition: uintseqhash.hh:48
bool is_equal(const UintSeqHash &other) const
Definition: uintseqhash.hh:56
unsigned int get_value() const
Definition: uintseqhash.hh:43
void update(unsigned int n)
Definition: uintseqhash.cc:96
A updatable hash for sequences of unsigned ints.
Definition: uintseqhash.hh:27
bool is_le(const UintSeqHash &other) const
Definition: uintseqhash.hh:54