Public Member Functions | |
AttackHelper (Searcher *searcher, const NtesukiRecord *record_orig, unsigned int pass_left) | |
void | operator() (Square p) |
Public Attributes | |
bool | result |
Private Attributes | |
Searcher * | searcher |
const NtesukiRecord * | record_orig |
unsigned int | pass_left |
Definition at line 24 of file oracleProverLight.tcc.
osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::AttackHelper | ( | Searcher * | searcher, |
const NtesukiRecord * | record_orig, | ||
unsigned int | pass_left | ||
) | [inline] |
Definition at line 34 of file oracleProverLight.tcc.
void osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::operator() | ( | Square | p | ) | [inline] |
Definition at line 40 of file oracleProverLight.tcc.
unsigned int osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::pass_left [private] |
Definition at line 30 of file oracleProverLight.tcc.
const NtesukiRecord* osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::record_orig [private] |
Definition at line 29 of file oracleProverLight.tcc.
bool osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::result |
Definition at line 32 of file oracleProverLight.tcc.
Referenced by osl::ntesuki::OracleProverLight::attack().
Searcher* osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::searcher [private] |
Definition at line 28 of file oracleProverLight.tcc.