Public Member Functions | |
AttackHelperProof (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 40 of file ntesukiSimulationSearcherProof.tcc.
osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::AttackHelperProof | ( | Searcher * | searcher, |
NtesukiRecord * | record, | ||
const NtesukiRecord * | record_orig, | ||
unsigned int | pass_left, | ||
const Move | last_move | ||
) | [inline] |
Definition at line 50 of file ntesukiSimulationSearcherProof.tcc.
void osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::operator() | ( | Square | p | ) | [inline] |
Definition at line 61 of file ntesukiSimulationSearcherProof.tcc.
const Move osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::last_move [private] |
Definition at line 48 of file ntesukiSimulationSearcherProof.tcc.
unsigned int osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::pass_left [private] |
Definition at line 47 of file ntesukiSimulationSearcherProof.tcc.
NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::record [private] |
Definition at line 45 of file ntesukiSimulationSearcherProof.tcc.
const NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::record_orig [private] |
Definition at line 46 of file ntesukiSimulationSearcherProof.tcc.
Searcher* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::searcher [private] |
Definition at line 44 of file ntesukiSimulationSearcherProof.tcc.