|
template<typename DerivedVisitor > |
static void | expose (const std::string &class_name, const bp::def_visitor< DerivedVisitor > &visitor) |
|
template<typename DerivedVisitor > |
static void | expose (const std::string &class_name, const std::string &doc_string, const bp::def_visitor< DerivedVisitor > &visitor) |
|
static void | expose (const std::string &class_name, const std::string &doc_string="") |
|
static void | extension_def (Class &cl) |
|
static void | set_item (Container &container, index_type i, data_type const &v) |
|
static void | construct (PyObject *object, bp::converter::rvalue_from_python_stage1_data *data) |
| Perform the conversion. More...
|
|
static void * | convertible (PyObject *object) |
| Check if conversion is possible. More...
|
|
static void | register_converter () |
|
static bp::dict | todict (Container &self) |
|
template<class Container, bool NoProxy = false>
struct eigenpy::GenericMapVisitor< Container, NoProxy >
Expose the map-like container, e.g. (std::map).
- Parameters
-
[in] | Container | Container to expose. |
[in] | NoProxy | When set to false, the elements will be copied when returned to Python. |
Definition at line 211 of file map.hpp.