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