13 .def(py::init<const ElPtr &,const Str &,const Str &>());
Updater is an abstract class to update data held by an Element object.
Adder adds new properties to a non-empty Element object.
void py_add_child_ids(py::module &m)
Bind AddChildIDs class to Python.
This file is for binding AddChildIDs class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.