Template Struct PickleMap

Inheritance Relationships

Base Type

  • public boost::python::pickle_suite

Struct Documentation

template<typename MapType>
struct PickleMap : public boost::python::pickle_suite

Create a pickle interface for the std::map and aligned map.

See also

PickleVector

Template Parameters:

MapType – Map Type to pickle

Public Static Functions

static inline boost::python::tuple getinitargs(const MapType&)
static inline boost::python::tuple getstate(boost::python::object op)
static inline void setstate(bp::object op, bp::tuple tup)
static inline bool getstate_manages_dict()