All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::rating::FromEffect Class Reference

移動元へのきき。attack defense は言葉の意味と逆で自分がattack More...

#include <escape.h>

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

List of all members.

Public Member Functions

 FromEffect (int attack, int defense)
bool match (const NumEffectState &state, Move move, const RatingEnv &env) const

Detailed Description

移動元へのきき。attack defense は言葉の意味と逆で自分がattack

Definition at line 14 of file feature/escape.h.


Constructor & Destructor Documentation

osl::rating::FromEffect::FromEffect ( int  attack,
int  defense 
) [inline]

Definition at line 17 of file feature/escape.h.


Member Function Documentation

bool osl::rating::FromEffect::match ( const NumEffectState &  state,
Move  move,
const RatingEnv env 
) const [inline, virtual]

Implements osl::rating::Feature.

Definition at line 19 of file feature/escape.h.

References osl::Move::from(), and osl::Move::isDrop().


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