ppap4lmp  0.7.2
py_add_child_ids.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_ADD_CHILD_IDS_H
9 #define PYBIND_ADD_CHILD_IDS_H
10 
11 #include <adders/add_child_ids.h>
12 #include <pybind/adders/py_adder.h>
13 
15 namespace pybind
16 {
59  void py_add_child_ids(py::module &m);
60 }
61 
62 #endif
Namespace for functions to bind C++ classes to Python.
This file is for binding Adder class to Python.
This file has a definition of AddChildIDs class, which is a subclass of Adder class.
void py_add_child_ids(py::module &m)
Bind AddChildIDs class to Python.