My Project
Book Struct Reference

The opening book. More...

#include <book.h>

Public Attributes

struct { 
 
   short   year 
 
   char   month 
 
   char   day 
 
   char   hour 
 
   char   minute 
 
   char   second 
 
date 
 
struct { 
 
   int   level 
 
   int   n_empties 
 
   int   midgame_error 
 
   int   endcut_error 
 
   int   verbosity 
 
options 
 
struct { 
 
   int   n_nodes 
 
   int   n_links 
 
   int   n_todo 
 
stats 
 
struct PositionArrayarray
 
struct PositionStack * stack
 
int n
 
bool need_saving
 
Random random [1]
 
Searchsearch
 
volatile Stop count_bestpath_stop
 

Detailed Description

The opening book.

struct Book

Member Data Documentation

◆ array

struct PositionArray* Book::array

◆ count_bestpath_stop

volatile Stop Book::count_bestpath_stop

◆ [struct]

struct { ... } Book::date

◆ day

char Book::day

◆ endcut_error

int Book::endcut_error

◆ hour

char Book::hour

◆ level

int Book::level

◆ midgame_error

int Book::midgame_error

◆ minute

char Book::minute

◆ month

char Book::month

◆ n

int Book::n

◆ n_empties

int Book::n_empties

◆ n_links

int Book::n_links

◆ n_nodes

int Book::n_nodes

◆ n_todo

int Book::n_todo

◆ need_saving

bool Book::need_saving

◆ [struct]

struct { ... } Book::options

◆ random

Random Book::random[1]

◆ search

Search* Book::search

◆ second

char Book::second

◆ stack

struct PositionStack* Book::stack

◆ [struct]

struct { ... } Book::stats

◆ verbosity

int Book::verbosity

◆ year

short Book::year

The documentation for this struct was generated from the following file: