Classes | Functions
tstchessposition.cc File Reference

A test application that prints all legal moves of a given position. More...

#include "sys.h"
#include <iostream>
#include <vector>
#include <cassert>
#include "ChessPosition.h"
#include "MoveIterator.h"
#include "ChessNotation.h"
#include "debug.h"
Include dependency graph for tstchessposition.cc:

Go to the source code of this file.

Classes

struct  test::ChessPosition
 

Functions

int main (int argc, char* argv[])
 

Detailed Description

A test application that prints all legal moves of a given position.

Definition in file tstchessposition.cc.


Copyright © 2006 - 2010 Carlo Wood.  All rights reserved.