btftoolchain
libhelper_binding.h File Reference
#include "helper/helper.h"
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
Include dependency graph for libhelper_binding.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Function Documentation

◆ 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++ libhelper code.

Parameters
[in]mModule interface for creating binding code.
Here is the call graph for this function:
Here is the caller graph for this function: