All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Static Public Member Functions | Static Private Attributes
osl::eval::ml::AnagumaEmpty Class Reference

#include <king8.h>

Collaboration diagram for osl::eval::ml::AnagumaEmpty:
Collaboration graph
[legend]

List of all members.

Public Types

enum  { DIM = 4 }

Static Public Member Functions

static void setUp (const Weights &weights, int stage)
static MultiInt eval (const osl::state::NumEffectState &state)
static int index (Square king, Square target)
template<osl::Player Defense>
static MultiInt evalOne (const NumEffectState &state)

Static Private Attributes

static CArray< MultiInt, 4 > table

Detailed Description

Definition at line 359 of file eval/ml/king8.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
DIM 

Definition at line 362 of file eval/ml/king8.h.


Member Function Documentation

template<osl::Player Defense>
MultiInt osl::eval::ml::AnagumaEmpty::evalOne ( const NumEffectState &  state) [static]

Definition at line 1043 of file eval/ml/king8.cc.

References osl::BLACK, result, osl::WHITE, osl::Square::x(), and osl::Square::y().

int osl::eval::ml::AnagumaEmpty::index ( Square  king,
Square  target 
) [static]

Definition at line 1036 of file eval/ml/king8.cc.

References osl::Square::x(), and osl::Square::y().

void osl::eval::ml::AnagumaEmpty::setUp ( const Weights weights,
int  stage 
) [static]

Definition at line 1027 of file eval/ml/king8.cc.

References osl::eval::ml::Weights::value().


Member Data Documentation

Definition at line 369 of file eval/ml/king8.h.


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