Create a pickle interface for the std::vector and aligned vector. More...
#include <pickle-vector.hpp>
Static Public Member Functions | |
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) |
Create a pickle interface for the std::vector and aligned vector.
VecType | Vector Type to pickle |
Definition at line 22 of file pickle-vector.hpp.
|
inlinestatic |
Definition at line 24 of file pickle-vector.hpp.
|
inlinestatic |
Definition at line 29 of file pickle-vector.hpp.
|
inlinestatic |
Definition at line 49 of file pickle-vector.hpp.
|
inlinestatic |
Definition at line 35 of file pickle-vector.hpp.