Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
myplatform.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MYPLATFORM   "-"
 no matching platform
 
#define MYOS   "-"
 no matching OS
 
#define NPS_LOG   1
 
#define B_VALUE(x)
 
#define B_HELPER(x)
 
#define BELOFTE_COMPILER   "other compiler"
 
#define MEMBER_CONSTEXPR   constexpr
 

Macro Definition Documentation

◆ MYPLATFORM

#define MYPLATFORM   "-"

no matching platform

Todo
add more platforms

Definition at line 73 of file myplatform.h.

Referenced by bel_debug::info(), main(), and bGame::newGame().

◆ MYOS

#define MYOS   "-"

no matching OS

Todo
add more OSes

Definition at line 117 of file myplatform.h.

Referenced by bel_debug::info(), main(), and bGame::newGame().

◆ NPS_LOG

#define NPS_LOG   1

Definition at line 146 of file myplatform.h.

◆ B_VALUE

#define B_VALUE ( x)
Value:
#define B_HELPER(x)
Definition myplatform.h:154

Definition at line 153 of file myplatform.h.

◆ B_HELPER

#define B_HELPER ( x)
Value:
#x

Definition at line 154 of file myplatform.h.

◆ BELOFTE_COMPILER

#define BELOFTE_COMPILER   "other compiler"

Definition at line 162 of file myplatform.h.

Referenced by bel_debug::info().

◆ MEMBER_CONSTEXPR

#define MEMBER_CONSTEXPR   constexpr

Definition at line 186 of file myplatform.h.