ppap4lmp  0.7.2
py_sta_copy.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_STA_COPY_H
9 #define PYBIND_STA_COPY_H
10 
11 #include <starters/sta_copy.h>
13 
15 namespace pybind
16 {
45  void py_sta_copy(py::module &m);
46 }
47 
48 #endif
Namespace for functions to bind C++ classes to Python.
This file has a definition of StaCopy class, which is a subclass of Starter class.
This file is for binding Starter class to Python.
void py_sta_copy(py::module &m)
Bind StaCopy class to Python.
Definition: py_sta_copy.cpp:10