My Project
Public Types | Static Public Member Functions | Static Private Attributes | List of all members
osl::eval::ml::AnagumaEmpty Class Reference

#include <king8.h>

Public Types

enum  { DIM = 4 }
 

Static Public Member Functions

static void setUp (const Weights &weights, int stage)
 
static MultiInt eval (const 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 357 of file core/osl/eval/king8.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 

Definition at line 360 of file core/osl/eval/king8.h.

Member Function Documentation

◆ eval()

MultiInt osl::eval::ml::AnagumaEmpty::eval ( const NumEffectState state)
static

◆ evalOne()

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

◆ index()

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

Definition at line 1036 of file king8.cc.

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

◆ setUp()

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

Definition at line 1026 of file king8.cc.

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

Member Data Documentation

◆ table

osl::CArray< MultiInt, 4 > osl::eval::ml::AnagumaEmpty::table
staticprivate

Definition at line 367 of file core/osl/eval/king8.h.


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