Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/hash-indexed.hpp"
Hash implementation based on a lumiera unique object id (LUID) When invoking the default ctor, a new LUID is generated.
Definition at line 100 of file hash-indexed.hpp.
Public Member Functions | |
LUID | get () const |
for passing to C APIs | |
operator HashVal () const | |
bool | operator!= (LuidH const &o) const |
bool | operator== (LuidH const &o) const |
Private Attributes | |
lumiera_uid | luid_ |