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

#include <pattern.h>

Inheritance diagram for osl::rating::PatternBlock:
osl::rating::Feature

Public Member Functions

 PatternBlock (Ptype s, Ptype a, LongTarget t)
 
bool match (const NumEffectState &state, Move move, const RatingEnv &env) 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 PieceSquare find (const NumEffectState &state, Move move, Ptype attacker_ptype)
 

Private Attributes

Ptype self
 
Ptype attack
 
LongTarget target
 

Detailed Description

Definition at line 173 of file pattern.h.

Constructor & Destructor Documentation

◆ PatternBlock()

osl::rating::PatternBlock::PatternBlock ( Ptype  s,
Ptype  a,
LongTarget  t 
)

Definition at line 97 of file pattern.cc.

Member Function Documentation

◆ find()

const osl::rating::PieceSquare osl::rating::PatternBlock::find ( const NumEffectState state,
Move  move,
Ptype  attacker_ptype 
)
static

◆ match()

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

Member Data Documentation

◆ attack

Ptype osl::rating::PatternBlock::attack
private

Definition at line 175 of file pattern.h.

Referenced by match().

◆ self

Ptype osl::rating::PatternBlock::self
private

Definition at line 175 of file pattern.h.

Referenced by match().

◆ target

LongTarget osl::rating::PatternBlock::target
private

Definition at line 176 of file pattern.h.

Referenced by match().


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