Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Functions

SgSortedMoves.h File Reference

Sorted table of moves. More...

#include <iostream>
#include "SgRandom.h"
#include "SgVector.h"

Go to the source code of this file.

Classes

class  SgSortedMoves< MOVE, VALUE, SIZE >
 Small array with moves sorted by their value. More...

Functions

template<typename MOVE , typename VALUE , int SIZE>
std::ostream & operator<< (std::ostream &str, const SgSortedMoves< MOVE, VALUE, SIZE > &m)
 write all moves in the table and their values

Detailed Description

Sorted table of moves.

Move tables are used to store a small number of best moves. They have the usual operations Insert, Delete, etc.

Definition in file SgSortedMoves.h.


Function Documentation

template<typename MOVE , typename VALUE , int SIZE>
std::ostream& operator<< ( std::ostream &  str,
const SgSortedMoves< MOVE, VALUE, SIZE > &  m 
)


Sun Mar 13 2011 Doxygen 1.7.1