Template Struct PickleData

Inheritance Relationships

Base Type

  • public boost::python::pickle_suite

Struct Documentation

template<typename Data>
struct PickleData : public boost::python::pickle_suite

Public Static Functions

static inline bp::tuple getinitargs(const Data&)
static inline bp::tuple getstate(const Data &data)
static inline void setstate(Data &data, bp::tuple tup)
static inline bool getstate_manages_dict()