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