Classes | Namespaces | Typedefs | Functions
boardKey.h File Reference
#include "osl/misc/carray.h"
#include "osl/pieceStand.h"
#include <cstddef>
Include dependency graph for boardKey.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osl::hash::GeneralBoardKey< Integer, SIZE >
 手番を含んだ盤面の状態のハッシュ値を保持するためのクラス. More...
struct  osl::hash::GeneralHashKey< BoardKeyBase >
 BoardKey + 駒台(piece stand) More...

Namespaces

namespace  osl
 

attackDefense.h


namespace  osl::hash
 

ハッシュ


Typedefs

typedef GeneralBoardKey
< unsigned int, 4 > 
osl::hash::BoardKey32
typedef GeneralBoardKey
< unsigned long long, 2 > 
osl::hash::BoardKey64
typedef GeneralHashKey
< BoardKey32 > 
osl::hash::HashKey32
typedef GeneralHashKey
< BoardKey64 > 
osl::hash::HashKey64

Functions

template<typename Integer , size_t SIZE>
bool osl::hash::operator== (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r)
template<typename Integer , size_t SIZE>
bool osl::hash::operator!= (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r)
template<typename Integer , size_t SIZE>
bool osl::hash::operator< (const GeneralBoardKey< Integer, SIZE > &l, const GeneralBoardKey< Integer, SIZE > &r)
 set等で使うためのみの不等号.
template<typename T >
bool osl::hash::operator== (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r)
template<typename T >
bool osl::hash::operator!= (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r)
template<typename T >
bool osl::hash::operator< (const GeneralHashKey< T > &l, const GeneralHashKey< T > &r)
 set等で使うためのみの不等号 full orderであること以外に深い意味はない
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines