Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
integer_types.hpp File Reference
#include <cstdint>
Include dependency graph for integer_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using DepthType = uint16_t
 
using MoveCountType = uint16_t
 
using BoardIndexType = int
 
using Points_t = int
 

Typedef Documentation

◆ BoardIndexType

using BoardIndexType = int

Definition at line 7 of file integer_types.hpp.

◆ DepthType

using DepthType = uint16_t

Definition at line 5 of file integer_types.hpp.

◆ MoveCountType

using MoveCountType = uint16_t

Definition at line 6 of file integer_types.hpp.

◆ Points_t

using Points_t = int

Definition at line 8 of file integer_types.hpp.