Public Member Functions | |
AttackHelperDisproof (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 26 of file ntesukiSimulationSearcherDisproof.tcc.
osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::AttackHelperDisproof | ( | Searcher * | searcher, |
NtesukiRecord * | record, | ||
const NtesukiRecord * | record_orig, | ||
unsigned int | pass_left, | ||
const Move | last_move | ||
) | [inline] |
Definition at line 37 of file ntesukiSimulationSearcherDisproof.tcc.
void osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::operator() | ( | Square | p | ) | [inline] |
Definition at line 48 of file ntesukiSimulationSearcherDisproof.tcc.
const Move osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::last_move [private] |
Definition at line 34 of file ntesukiSimulationSearcherDisproof.tcc.
unsigned int osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::pass_left [private] |
Definition at line 33 of file ntesukiSimulationSearcherDisproof.tcc.
NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::record [private] |
Definition at line 31 of file ntesukiSimulationSearcherDisproof.tcc.
const NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::record_orig [private] |
Definition at line 32 of file ntesukiSimulationSearcherDisproof.tcc.
Searcher* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperDisproof< Searcher, P >::searcher [private] |
Definition at line 30 of file ntesukiSimulationSearcherDisproof.tcc.