ppap4lmp  0.7.2
py_utils.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_UTILS_H
9 #define PYBIND_UTILS_H
10 
11 #include <alias/pybind.h>
12 #include <utils/message.h>
13 
15 namespace pybind
16 {
48  void py_utils(py::module &m);
49 }
50 
51 #endif
Namespace for functions to bind C++ classes to Python.
This file has definitions of messaging functions.
void py_utils(py::module &m)
Bind utility functions to Python.
Definition: py_utils.cpp:10
This file includes pybind11 and defines an alias for the namespace pybind11.