ppap4lmp  0.7.2
py_adder.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_ADDER_H
9 #define PYBIND_ADDER_H
10 
11 #include <adders/adder.h>
12 #include <pybind/py_updater.h>
13 
14 
16 namespace pybind
17 {
26  void py_adder(py::module &m);
27 }
28 
29 #endif
void py_adder(py::module &m)
Bind Adder class to Python.
Definition: py_adder.cpp:10
Namespace for functions to bind C++ classes to Python.
This file has a definition of Adder class, which is a subclass of Updater class.
This file is for binding Updater class to Python.