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

取った駒をすぐ使う More...

#include <capture.h>

Inheritance diagram for osl::rating::DropCaptured:
osl::rating::Feature

Public Member Functions

 DropCaptured (Ptype ptype)
 
bool match (const NumEffectState &, 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
 

Private Attributes

Ptype ptype
 

Detailed Description

取った駒をすぐ使う

Definition at line 69 of file capture.h.

Constructor & Destructor Documentation

◆ DropCaptured()

osl::rating::DropCaptured::DropCaptured ( Ptype  ptype)

Definition at line 18 of file capture.cc.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ ptype

Ptype osl::rating::DropCaptured::ptype
private

Definition at line 71 of file capture.h.

Referenced by match().


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