All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
printMove.cc File Reference
#include "osl/move.h"
#include "osl/record/csa.h"
#include <iostream>
Include dependency graph for printMove.cc:

Go to the source code of this file.

Functions

void show (int move)
 
int main ()
 

Variables

bool csa_mode = false
 

Function Documentation

int main ( )

Definition at line 17 of file printMove.cc.

References osl::record::csa::show().

void show ( int  move)

Definition at line 9 of file printMove.cc.

References csa_mode, osl::Move::makeDirect(), and osl::record::csa::show().

Variable Documentation

bool csa_mode = false

Definition at line 7 of file printMove.cc.

Referenced by show().