Public Member Functions | Private Attributes
osl::hash::HashGenTable Class Reference

#include <hashKey.h>

Collaboration diagram for osl::hash::HashGenTable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HashGenTable ()
void addHashKey (HashKey &hk, Square pos, PtypeO ptypeo) const
void subHashKey (HashKey &hk, Square pos, PtypeO ptypeo) const

Private Attributes

CArray2d< HashKey,
Square::SIZE, PTYPEO_SIZE
hashKey

Detailed Description

Definition at line 42 of file hashKey.h.


Constructor & Destructor Documentation

osl::hash::HashGenTable::HashGenTable ( )

Member Function Documentation

void osl::hash::HashGenTable::addHashKey ( HashKey hk,
Square  pos,
PtypeO  ptypeo 
) const [inline]
void osl::hash::HashGenTable::subHashKey ( HashKey hk,
Square  pos,
PtypeO  ptypeo 
) const [inline]

Member Data Documentation

CArray2d<HashKey,Square::SIZE,PTYPEO_SIZE> osl::hash::HashGenTable::hashKey [private]

Definition at line 44 of file hashKey.h.

Referenced by addHashKey(), and subHashKey().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines