Classes | Namespaces | Macros
MoveIterator.h File Reference

This file contains the declaration of class MoveIterator. More...

#include <iterator>
#include "Move.h"
#include "BitBoard.h"
#include "Piece.h"
Include dependency graph for MoveIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cwchess::MoveIterator
 Non-mutable iterator over all moves of a given chess piece. More...
 

Namespaces

 cwchess
 A namespace for all chess related objects that are not related to the GUI.
 

Macros

#define CWCHESSBOARD_LIKELY(condition)   __builtin_expect(condition, true)
 

Detailed Description

This file contains the declaration of class MoveIterator.

Definition in file MoveIterator.h.


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