35 #ifndef LIB_HASH_VALUE_H 36 #define LIB_HASH_VALUE_H 71 combine (
size_t & combinedHash,
size_t additionalHash)
73 combinedHash ^= additionalHash
lumiera_uid * LUID
a Lumiera UID
void combine(size_t &combinedHash, size_t additionalHash)
meld the additional hash value into the given base hash value.
Implementation namespace for support and library code.
size_t HashVal
a STL compatible hash value
unsigned char lumiera_uid[16]
storage for a Lumiera unique ID, based on a 128bit random number