Create a pickle interface for the map type. More...
#include <map.hpp>
Static Public Member Functions | |
static void | setstate (bp::object op, bp::tuple tup) |
Static Public Member Functions inherited from eigenpy::PickleVector< Container > | |
static boost::python::tuple | getinitargs (const Container &) |
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 map type.
[in] | Container | Map type to be pickled |
|
inlinestatic |