Public Member Functions | |
DefenseHelperProof (Searcher *searcher, NtesukiRecord *record, const NtesukiRecord *record_orig, unsigned int pass_left, const Move last_move) | |
void | operator() (Square p) |
Private Attributes | |
Searcher * | searcher |
NtesukiRecord * | record |
const NtesukiRecord * | record_orig |
unsigned int | pass_left |
const Move | last_move |
Definition at line 69 of file ntesukiSimulationSearcherProof.tcc.
osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::DefenseHelperProof | ( | Searcher * | searcher, |
NtesukiRecord * | record, | ||
const NtesukiRecord * | record_orig, | ||
unsigned int | pass_left, | ||
const Move | last_move | ||
) | [inline] |
Definition at line 78 of file ntesukiSimulationSearcherProof.tcc.
void osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::operator() | ( | Square | p | ) | [inline] |
Definition at line 89 of file ntesukiSimulationSearcherProof.tcc.
const Move osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::last_move [private] |
Definition at line 76 of file ntesukiSimulationSearcherProof.tcc.
unsigned int osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::pass_left [private] |
Definition at line 75 of file ntesukiSimulationSearcherProof.tcc.
NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::record [private] |
Definition at line 73 of file ntesukiSimulationSearcherProof.tcc.
const NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::record_orig [private] |
Definition at line 74 of file ntesukiSimulationSearcherProof.tcc.
Searcher* osl::ntesuki::NtesukiSimulationSearcher::DefenseHelperProof< Searcher, P >::searcher [private] |
Definition at line 72 of file ntesukiSimulationSearcherProof.tcc.