Template Struct PickleModel

Inheritance Relationships

Base Type

  • public boost::python::pickle_suite

Struct Documentation

template<typename Model>
struct PickleModel : public boost::python::pickle_suite

Public Static Functions

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