#include <boardKey128.h>
Public Member Functions | |
BoardKey96 () | |
BoardKey96 (const std::pair< uint64_t, uint32_t > &src) | |
uint32_t | signature () const |
size_t | size () const |
uint64_t | operator[] (size_t i) const |
Definition at line 15 of file boardKey128.h.
osl::hash::BoardKey96::BoardKey96 | ( | ) | [inline] |
Definition at line 17 of file boardKey128.h.
osl::hash::BoardKey96::BoardKey96 | ( | const std::pair< uint64_t, uint32_t > & | src | ) | [inline] |
Definition at line 18 of file boardKey128.h.
uint64_t osl::hash::BoardKey96::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 24 of file boardKey128.h.
uint32_t osl::hash::BoardKey96::signature | ( | ) | const [inline] |
Definition at line 22 of file boardKey128.h.
Referenced by osl::stl::hash< osl::hash::BoardKey >::operator()().
size_t osl::hash::BoardKey96::size | ( | ) | const [inline] |
Definition at line 23 of file boardKey128.h.
Referenced by osl::hash::operator<<().