ppap4lmp  0.7.2
py_adder.cpp
Go to the documentation of this file.
1 
8 #include "py_adder.h"
9 
10 void pybind::py_adder(py::module &m)
11 {
12  py::class_<
14  .def(py::init<>());
15 }
void py_adder(py::module &m)
Bind Adder class to Python.
Definition: py_adder.cpp:10
Updater is an abstract class to update data held by an Element object.
Definition: updater.h:34
This file is for binding Adder class to Python.
Adder adds new properties to a non-empty Element object.
Definition: adder.h:24
Trampoline class to bind Updater class and its subclasses to Python.
Definition: py_updater.h:22
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
Definition: std.h:16