All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Private Member Functions | Private Attributes
osl::rating::AttackKing8 Class Reference

#include <king8.h>

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

List of all members.

Public Member Functions

 AttackKing8 (Ptype s, Ptype t, bool ss, int attack, int defense)
bool match (const NumEffectState &state, Move move, const RatingEnv &env) const

Static Private Member Functions

static const std::string name (Ptype self, Ptype target, bool same)

Private Attributes

Ptype self
Ptype target
bool same

Detailed Description

Definition at line 15 of file rating/feature/king8.h.


Constructor & Destructor Documentation

osl::rating::AttackKing8::AttackKing8 ( Ptype  s,
Ptype  t,
bool  ss,
int  attack,
int  defense 
) [inline]

Definition at line 21 of file rating/feature/king8.h.


Member Function Documentation

bool osl::rating::AttackKing8::match ( const NumEffectState &  state,
Move  move,
const RatingEnv env 
) const [inline, virtual]
const std::string osl::rating::AttackKing8::name ( Ptype  self,
Ptype  target,
bool  same 
) [static, private]

Definition at line 5 of file rating/feature/king8.cc.

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


Member Data Documentation

Definition at line 18 of file rating/feature/king8.h.

Referenced by match().

Definition at line 17 of file rating/feature/king8.h.

Definition at line 17 of file rating/feature/king8.h.

Referenced by match().


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