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