Template Struct PickleFromStringSerialization

Inheritance Relationships

Base Type

  • public boost::python::pickle_suite

Struct Documentation

template<typename Derived>
struct PickleFromStringSerialization : public boost::python::pickle_suite

Public Static Functions

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