#include "osl/eval/ppair/piecePairPieceEval.h"#include "osl/eval/ppair/piecePairRawEval.h"#include "osl/eval/endgame/attackDefense.h"#include "osl/eval/endgame/attackKing.h"#include "osl/eval/endgame/defenseKing.h"#include "osl/eval/endgame/kingPieceValues.h"#include "osl/eval/progressEval.h"#include "osl/container/pieceValues.h"#include "osl/record/csaRecord.h"#include "osl/state/numEffectState.h"#include "osl/apply_move/applyMove.h"#include "osl/oslConfig.h"#include <stdexcept>#include <iostream>#include <iomanip>#include <cstdlib>#include <cstdio>#include <unistd.h>
関数 | |
| void | usage (const char *prog) |
| void | show (const char *filename, const std::string &) |
| int | main (int argc, char **argv) |
| void | show (const SimpleState &state, const std::string &eval_type) |
変数 | |
| bool | show_all_states = false |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
eval/show-state.cc の 37 行で定義されています。
| void show | ( | const SimpleState & | state, | |
| const std::string & | eval_type | |||
| ) |
eval/show-state.cc の 76 行で定義されています。
参照先 osl::BLACK, osl::progress::Effect5x3::progress16(), と osl::WHITE.
| void show | ( | const char * | filename, | |
| const std::string & | eval_type | |||
| ) |
eval/show-state.cc の 102 行で定義されています。
参照先 moves, osl::record::csa::show(), と show_all_states.
| void usage | ( | const char * | prog | ) |
eval/show-state.cc の 26 行で定義されています。
| bool show_all_states = false |
eval/show-state.cc の 36 行で定義されています。
1.6.3