Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
bindings.cpp File Reference

Implements Pybind11 module xiangqi_bindings, exposing C++ classes and methods to Python. More...

Include dependency graph for bindings.cpp:

Go to the source code of this file.

Functions

template<typename KeyType , size_t NumConfKeys>
void bind_minimax_move_evaluator (py::module_ &m, const std::string &class_name)
 
 PYBIND11_MODULE (xiangqi_bindings, m)
 

Detailed Description

Implements Pybind11 module xiangqi_bindings, exposing C++ classes and methods to Python.

Definition in file bindings.cpp.

Function Documentation

◆ bind_minimax_move_evaluator()

template<typename KeyType , size_t NumConfKeys>
void bind_minimax_move_evaluator ( py::module_ &  m,
const std::string &  class_name 
)

Definition at line 40 of file bindings.cpp.

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( xiangqi_bindings  ,
 
)

Definition at line 103 of file bindings.cpp.