Functions | |
template<int N> | |
SgHash< N > | GetZobrist (int index) |
Xor hash code with code from the global Zobrist table. | |
template<int N> | |
void | XorZobrist (SgHash< N > &hash, int index) |
Xor hash code with code from the global Zobrist table. | |
template<int N> | |
void | XorInteger (SgHash< N > &hash, int index) |
Xor hash code with integer index (no max value). |
SgHash<N> SgHashUtil::GetZobrist | ( | int | index | ) |
Xor hash code with code from the global Zobrist table.
void SgHashUtil::XorInteger | ( | SgHash< N > & | hash, | |
int | index | |||
) |
Xor hash code with integer index (no max value).
Definition at line 353 of file SgHash.h.
References SgHash< N >::Xor().
void SgHashUtil::XorZobrist | ( | SgHash< N > & | hash, | |
int | index | |||
) |
Xor hash code with code from the global Zobrist table.
Definition at line 346 of file SgHash.h.
References SgHash< N >::Xor().