Create a pickle interface for the std::map and aligned map.
More...
#include <pinocchio/bindings/python/utils/pickle-map.hpp>
template<typename MapType>
struct pinocchio::python::PickleMap< MapType >
Create a pickle interface for the std::map and aligned map.
- Template Parameters
| MapType | Map Type to pickle |
- See also
- PickleVector
Definition at line 24 of file pickle-map.hpp.
◆ getinitargs()
template<typename MapType>
| boost::python::tuple getinitargs | ( | const MapType & | | ) | |
| inlinestatic |
◆ getstate()
template<typename MapType>
| boost::python::tuple getstate | ( | boost::python::object | op | ) | |
| inlinestatic |
◆ getstate_manages_dict()
template<typename MapType>
| bool getstate_manages_dict | ( | | ) | |
| inlinestatic |
◆ setstate()
template<typename MapType>
| void setstate | ( | bp::object | op, | | | bp::tuple | tup ) |
| inlinestatic |
The documentation for this struct was generated from the following file: