Template Struct GenericMapVisitor

Inheritance Relationships

Base Types

Struct Documentation

template<class Container, bool NoProxy = false>
struct GenericMapVisitor : public eigenpy::emplace_set_derived_policies<Container, false>, public eigenpy::dict_to_map<Container>

Expose the map-like container, e.g. (std::map).

Param Container:

[in] Container to expose.

Param NoProxy:

[in] When set to false, the elements will be copied when returned to Python.

Public Types

typedef dict_to_map<Container> FromPythonDictConverter

Public Static Functions

static inline void expose(const std::string &class_name, const std::string &doc_string = "")