#include <classifier.h>
Static Public Member Functions | |
static bool | isSafeMove (const NumEffectState &state, Move move) |
static bool | isCheck (const NumEffectState &state, Move move) |
Definition at line 10 of file classifier.h.
bool osl::move_classifier::Classifier::isCheck | ( | const NumEffectState & | state, |
Move | move | ||
) | [static] |
Definition at line 15 of file classifier.cc.
bool osl::move_classifier::Classifier::isSafeMove | ( | const NumEffectState & | state, |
Move | move | ||
) | [static] |
Definition at line 9 of file classifier.cc.