- Test:
- proof-of-concept test for a generic hash based and typed ID struct.
- check the various ctors
- check default assignment works properly
- check assumptions about memory layout
- check equality comparison
- extract LUID and then cast LUID back into ID
- use the embedded hash ID (LUID) as hashtable key
- See also
- lib::HashIndexed::Id
-
mobject::Placement real world usage example
Definition at line 76 of file hash-indexed-test.cpp.
|
template<class KEY , class VAL , class HashFunc > |
void | buildHashtable () |
|
void | checkBasicProperties () |
|
void | checkLUID_passing () |
|
virtual void | run (Arg) |
|
The documentation for this class was generated from the following file: