Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Enumerations
movetree.h File Reference

A tree graph of moves representing a game. More...

#include "common.h"
#include "movelist.h"
#include <string>
Include dependency graph for movetree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  moveT
 

Macros

#define MAX_NAGS   8
 

Enumerations

enum  markerT : byte { NO_MARKER = 0, START_MARKER = 1, END_MARKER = 2 }
 

Detailed Description

A tree graph of moves representing a game.

Definition in file movetree.h.

Macro Definition Documentation

◆ MAX_NAGS

#define MAX_NAGS   8

Definition at line 35 of file movetree.h.

Enumeration Type Documentation

◆ markerT

enum markerT : byte
Enumerator
NO_MARKER 
START_MARKER 
END_MARKER 

Definition at line 31 of file movetree.h.