Updater is an abstract class to update data held by an Element object.
This file is for binding Starter class to Python.
Trampoline class to bind Updater class and its subclasses to Python.
Starter sets some properties to an empty Element object.
void py_starter(py::module &m)
Bind Starter class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.