Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Functions | Variables
movelist.h File Reference
#include "common.h"
#include <cstring>
#include <iterator>
Include dependency graph for movelist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  simpleMoveT
 
struct  cmpMove
 
class  MoveList
 

Functions

bool operator== (const simpleMoveT &a, const cmpMove &b)
 

Variables

const uint MAX_LEGAL_MOVES = 256
 

Function Documentation

◆ operator==()

bool operator== ( const simpleMoveT a,
const cmpMove b 
)
inline

Definition at line 83 of file movelist.h.

Variable Documentation

◆ MAX_LEGAL_MOVES

const uint MAX_LEGAL_MOVES = 256

Definition at line 27 of file movelist.h.