Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
probe.cpp File Reference
#include "probe.h"
#include "sqmove.h"
Include dependency graph for probe.cpp:

Go to the source code of this file.

Functions

bool scid_TB_compiled (void)
 
uint scid_TB_MaxPieces (void)
 
uint scid_TB_CacheSize (void)
 
void scid_TB_SetCacheSize (uint)
 
uint scid_TB_Init (const char *)
 
bool scid_TB_Available (matSigT)
 
errorT scid_TB_Probe (Position *, int *)
 

Function Documentation

◆ scid_TB_Available()

bool scid_TB_Available ( matSigT  )

Definition at line 354 of file probe.cpp.

◆ scid_TB_CacheSize()

uint scid_TB_CacheSize ( void  )

Definition at line 342 of file probe.cpp.

◆ scid_TB_compiled()

bool scid_TB_compiled ( void  )

Definition at line 333 of file probe.cpp.

◆ scid_TB_Init()

uint scid_TB_Init ( const char *  )

Definition at line 350 of file probe.cpp.

◆ scid_TB_MaxPieces()

uint scid_TB_MaxPieces ( void  )

Definition at line 338 of file probe.cpp.

◆ scid_TB_Probe()

errorT scid_TB_Probe ( Position ,
int *   
)

Definition at line 358 of file probe.cpp.

◆ scid_TB_SetCacheSize()

void scid_TB_SetCacheSize ( uint  )

Definition at line 346 of file probe.cpp.