All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
osl::rating::LongTarget Struct Reference

#include <pattern.h>

Inheritance diagram for osl::rating::LongTarget:
Inheritance graph
[legend]
Collaboration diagram for osl::rating::LongTarget:
Collaboration graph
[legend]

Public Member Functions

 LongTarget (Ptype t, bool p, bool s, int attack, int defense)
 
bool match (const NumEffectState &state, Move move, PieceSquare p, const RatingEnv &env) const
 
bool matchOtherThanPromotable (const NumEffectState &state, Move move, PieceSquare p, const RatingEnv &env) const
 
const std::string name () const
 
- Public Member Functions inherited from osl::rating::CountEffect2
 CountEffect2 (int a, int d)
 
bool match (const NumEffectState &state, Square position, const RatingEnv &env) const
 

Static Public Member Functions

static bool isPromotable (Move move, Square position)
 
- Static Public Member Functions inherited from osl::rating::CountEffect2
static std::pair< int, int > count (const NumEffectState &state, Square position, const RatingEnv &env)
 
static std::string name (int attack, int defense)
 
static int index (const NumEffectState &state, Square position, const RatingEnv &env)
 

Public Attributes

Ptype target
 
bool promotable
 
bool same
 
- Public Attributes inherited from osl::rating::CountEffect2
int attack
 
int defense
 

Additional Inherited Members

- Static Public Attributes inherited from osl::rating::CountEffect2
static const int Max = 2
 

Detailed Description

Definition at line 61 of file pattern.h.

Constructor & Destructor Documentation

osl::rating::LongTarget::LongTarget ( Ptype  t,
bool  p,
bool  s,
int  attack,
int  defense 
)
inline

Definition at line 65 of file pattern.h.

Member Function Documentation

static bool osl::rating::LongTarget::isPromotable ( Move  move,
Square  position 
)
inlinestatic
bool osl::rating::LongTarget::match ( const NumEffectState &  state,
Move  move,
PieceSquare  p,
const RatingEnv env 
) const
inline
bool osl::rating::LongTarget::matchOtherThanPromotable ( const NumEffectState &  state,
Move  move,
PieceSquare  p,
const RatingEnv env 
) const
inline
const std::string osl::rating::LongTarget::name ( ) const

Member Data Documentation

bool osl::rating::LongTarget::promotable

Definition at line 64 of file pattern.h.

Referenced by match(), and osl::rating::PatternBlock::match().

bool osl::rating::LongTarget::same

Definition at line 64 of file pattern.h.

Referenced by match(), and matchOtherThanPromotable().

Ptype osl::rating::LongTarget::target

Definition at line 63 of file pattern.h.

Referenced by match(), and matchOtherThanPromotable().


The documentation for this struct was generated from the following files: