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