Create a pickle interface for the std::vector.
More...
#include <pickle-vector.hpp>
template<typename VecType>
struct eigenpy::PickleVector< VecType >
Create a pickle interface for the std::vector.
- Template Parameters
-
VecType | Vector Type to pickle |
Definition at line 19 of file pickle-vector.hpp.
◆ getinitargs()
template<typename VecType >
◆ getstate()
template<typename VecType >
◆ getstate_manages_dict()
template<typename VecType >
◆ setstate()
template<typename VecType >
static void eigenpy::PickleVector< VecType >::setstate |
( |
boost::python::object |
op, |
|
|
boost::python::tuple |
tup |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: