#include "libhelper_binding.h"
Functions | |
void | init_pybtfhelper (py::module_ &m) |
Helper function which is called inside the PYBIND11_MODULE macro and adds Python bindings to the C++ libhelper code. More... | |
void init_pybtfhelper | ( | py::module_ & | m | ) |
Helper function which is called inside the PYBIND11_MODULE macro and adds Python bindings to the C++ libhelper code.
[in] | m | Module interface for creating binding code. |