Go to the documentation of this file.
    3 #ifndef _HASH_KEY_MIX_H 
    4 #define _HASH_KEY_MIX_H 
   16   template<
typename hash1_t,
typename hash2_t>
 
   28     HashKeyMix(
unsigned int v0, 
unsigned int v1, 
unsigned int v2,
 
   29             unsigned int v3, 
unsigned int v4, 
unsigned int v5) 
 
   30       : 
hash1(v0,v1,v2,v3,v4,v5),
hash2(v0,v1,v2,v3,v4,v5){
 
   53       assert(ret==
hash2.blackStand());
 
   65       bool ret=
hash1.isPlayerOfTurn(p);
 
   66       assert(ret==
hash2.isPlayerOfTurn(p));
 
   73     size_t value(
unsigned int i)
 const