My Project
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
osl::rating::RelativeKingY Class Reference

#include <square.h>

Inheritance diagram for osl::rating::RelativeKingY:
osl::rating::Feature

Public Member Functions

 RelativeKingY (int iy, int ioy, bool a, Ptype p)
 
bool match (const NumEffectState &state, Move move, const RatingEnv &) const
 
- Public Member Functions inherited from osl::rating::Feature
 Feature (const std::string &name)
 
virtual ~Feature ()
 
virtual bool effectiveInCheck () const
 
const std::string & name () const
 

Static Public Member Functions

static const std::string name (int y, int old_y, bool, Ptype ptype)
 
static int makeY (bool attack, const NumEffectState &state, Move move)
 
static int makeOldY (bool attack, const NumEffectState &state, Move move)
 
static int index (bool attack, const NumEffectState &state, Move move)
 

Private Attributes

int y
 
int old_y
 
Ptype ptype
 
bool attack
 

Detailed Description

Definition at line 80 of file square.h.

Constructor & Destructor Documentation

◆ RelativeKingY()

osl::rating::RelativeKingY::RelativeKingY ( int  iy,
int  ioy,
bool  a,
Ptype  p 
)
inline

Definition at line 87 of file square.h.

Member Function Documentation

◆ index()

static int osl::rating::RelativeKingY::index ( bool  attack,
const NumEffectState state,
Move  move 
)
inlinestatic

◆ makeOldY()

static int osl::rating::RelativeKingY::makeOldY ( bool  attack,
const NumEffectState state,
Move  move 
)
inlinestatic

◆ makeY()

static int osl::rating::RelativeKingY::makeY ( bool  attack,
const NumEffectState state,
Move  move 
)
inlinestatic

◆ match()

bool osl::rating::RelativeKingY::match ( const NumEffectState state,
Move  move,
const RatingEnv  
) const
inlinevirtual

Implements osl::rating::Feature.

Definition at line 109 of file square.h.

References attack, makeOldY(), makeY(), old_y, osl::Move::ptype(), ptype, and y.

◆ name()

const std::string osl::rating::RelativeKingY::name ( int  y,
int  old_y,
bool  ,
Ptype  ptype 
)
static

Definition at line 20 of file square.cc.

References osl::PtypeTable::getCsaName(), and osl::Ptype_Table.

Member Data Documentation

◆ attack

bool osl::rating::RelativeKingY::attack
private

Definition at line 84 of file square.h.

Referenced by index(), makeOldY(), makeY(), and match().

◆ old_y

int osl::rating::RelativeKingY::old_y
private

Definition at line 82 of file square.h.

Referenced by index(), and match().

◆ ptype

Ptype osl::rating::RelativeKingY::ptype
private

Definition at line 83 of file square.h.

Referenced by index(), and match().

◆ y

int osl::rating::RelativeKingY::y
private

Definition at line 82 of file square.h.

Referenced by index(), and match().


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