template<class Base = Storable>
class lsst::afw::typehandling::StorableHelper< Base >
"Trampoline" for Storable to let it be used as a base class in Python.
Subclasses of Storable that are wrapped in pybind11 should have a similar helper that subclasses StorableHelper<subclass>
. This helper can be skipped if the subclass neither adds any virtual methods nor implements any abstract methods.
- Template Parameters
-
Base | the exact (most specific) class being wrapped |
- See also
- pybind11 documentation
Definition at line 50 of file python.h.