#include <openMidEndingEval.h>


| Public Member Functions | |
| OpenMidEndingPtypeTable () | |
|  Public Member Functions inherited from osl::eval::PtypeEvalTable | |
| PtypeEvalTable () | |
| ~PtypeEvalTable () | |
| int | value (PtypeO ptypeO) const | 
| 先手から見たptypeOの駒の価値  More... | |
| int | value (Ptype ptype) const | 
| ptypeの駒の価値  More... | |
| int | promoteValue (PtypeO ptypeO) const | 
| ptypeOにpromoteした時の評価値の増減  More... | |
| int | captureValue (PtypeO ptypeO) const | 
| ownerのptypeOがcaptureされた時の評価値の増減  More... | |
| void | reset (const CArray< int, PTYPE_SIZE > &values) | 
| Additional Inherited Members | |
|  Protected Attributes inherited from osl::eval::PtypeEvalTable | |
| CArray< int, PTYPEO_SIZE > | ptypeO2Val | 
| CArray< int, PTYPEO_SIZE > | promoteVal | 
| CArray< int, PTYPEO_SIZE > | captureVal | 
Definition at line 32 of file openMidEndingEval.h.
| osl::eval::ml::OpenMidEndingPtypeTable::OpenMidEndingPtypeTable | ( | ) | 
Definition at line 24 of file openMidEndingEval.cc.
References osl::eval::PtypeEvalTable::reset().
 1.8.4
 1.8.4