#include <passCounter.h>

Public メソッド | |
| PassCounter () | |
| void | inc (Player moving) |
| void | dec (Player moving) |
| bool | loopByBothPass () const |
Private 変数 | |
| CArray< int, 2 > | counter |
passCounter.h の 10 行で定義されています。
| osl::search::PassCounter::PassCounter | ( | ) | [inline] |
passCounter.h の 14 行で定義されています。
参照先 counter.
| void osl::search::PassCounter::dec | ( | Player | moving | ) | [inline] |
passCounter.h の 23 行で定義されています。
参照先 counter, と osl::playerToIndex().
参照元 osl::search::AlphaBeta2Tree< EvalT >::alphaBetaSearch().
| void osl::search::PassCounter::inc | ( | Player | moving | ) | [inline] |
passCounter.h の 18 行で定義されています。
参照先 counter, と osl::playerToIndex().
参照元 osl::search::AlphaBeta2Tree< EvalT >::alphaBetaSearch().
| bool osl::search::PassCounter::loopByBothPass | ( | ) | const [inline] |
CArray<int,2> osl::search::PassCounter::counter [private] |
passCounter.h の 12 行で定義されています。
参照元 dec(), inc(), loopByBothPass(), と PassCounter().
1.6.3