#include "osl/game_playing/winCountTracer.h"#include "osl/record/opening/openingBook.h"#include "osl/record/psn.h"#include "osl/state/numEffectState.h"#include "osl/oslConfig.h"#include <iostream>
Go to the source code of this file.
| Functions | |
| void | printStats (WinCountBook &book, int index) | 
| void | printNextMoves (WinCountBook &book, WinCountTracer &tracer, NumEffectState *state) | 
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 51 of file showOpening.cc.
References book(), osl::OslConfig::openingBook(), printNextMoves(), printStats(), and osl::record::csa::strToMove().
| void printNextMoves | ( | WinCountBook & | book, | 
| WinCountTracer & | tracer, | ||
| NumEffectState * | state | ||
| ) | 
Definition at line 22 of file showOpening.cc.
References osl::record::opening::WinCountBook::getMoves(), moves, printStats(), osl::record::csa::show(), and osl::game_playing::WinCountTracer::stateIndex().
Referenced by main().
| void printStats | ( | WinCountBook & | book, | 
| int | index | ||
| ) | 
Definition at line 14 of file showOpening.cc.
References osl::record::opening::WinCountBook::getLoseCount(), and osl::record::opening::WinCountBook::getWinCount().
Referenced by main(), and printNextMoves().
 1.8.4
 1.8.4