Template Struct PickleMap

Inheritance Relationships

Base Type

Struct Documentation

template<typename Container>
struct PickleMap : public eigenpy::PickleVector<Container>

Create a pickle interface for the std::map.

See also

Pickle

Param Container:

[in] Map type to be pickled

Public Static Functions

static inline void setstate(bp::object op, bp::tuple tup)