btftoolchain
libhelper_binding.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
helper/helper.h
"
4
5
#include <pybind11/operators.h>
6
#include <pybind11/pybind11.h>
7
#include <pybind11/stl.h>
8
#include <pybind11/stl_bind.h>
9
10
namespace
py = pybind11;
11
16
void
init_pybtfhelper
(py::module_& m);
helper.h
init_pybtfhelper
void init_pybtfhelper(py::module_ &m)
Helper function which is called inside the PYBIND11_MODULE macro and adds Python bindings to the C++ ...
Definition:
libhelper_binding.cpp:5
src
pybindings
include
libhelper_binding.h
Generated by
1.9.1