All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P > Class Template Reference
Collaboration diagram for osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >:
Collaboration graph
[legend]

List of all members.

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

Searchersearcher
NtesukiRecordrecord
const NtesukiRecordrecord_orig
unsigned int pass_left
const Move last_move

Detailed Description

template<class Searcher, Player P>
class osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >

Definition at line 40 of file ntesukiSimulationSearcherProof.tcc.


Constructor & Destructor Documentation

template<class Searcher, Player P>
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.


Member Function Documentation

template<class Searcher, Player P>
void osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::operator() ( Square  p) [inline]

Definition at line 61 of file ntesukiSimulationSearcherProof.tcc.


Member Data Documentation

template<class Searcher, Player P>
const Move osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::last_move [private]

Definition at line 48 of file ntesukiSimulationSearcherProof.tcc.

template<class Searcher, Player P>
unsigned int osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::pass_left [private]

Definition at line 47 of file ntesukiSimulationSearcherProof.tcc.

template<class Searcher, Player P>
NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::record [private]

Definition at line 45 of file ntesukiSimulationSearcherProof.tcc.

template<class Searcher, Player P>
const NtesukiRecord* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::record_orig [private]

Definition at line 46 of file ntesukiSimulationSearcherProof.tcc.

template<class Searcher, Player P>
Searcher* osl::ntesuki::NtesukiSimulationSearcher::AttackHelperProof< Searcher, P >::searcher [private]

Definition at line 44 of file ntesukiSimulationSearcherProof.tcc.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines