|
| | registration_class (bp::object object) |
| | object Hold the namespace of the class that will be modified
|
| template<class Visitor> |
| self & | def (Visitor const &visitor) |
| template<class DerivedVisitor> |
| self & | def (bp::def_visitor< DerivedVisitor > const &visitor) |
| template<class F> |
| self & | def (char const *name, F f) |
| template<class A1, class A2> |
| self & | def (char const *name, A1 a1, A2 const &a2) |
| template<class Fn, class A1, class A2> |
| self & | def (char const *name, Fn fn, A1 const &a1, A2 const &a2) |
| template<class Fn, class A1, class A2, class A3> |
| self & | def (char const *name, Fn fn, A1 const &a1, A2 const &a2, A3 const &a3) |
template<class W>
class eigenpy::registration_class< W >
Copy of the
- See also
- boost::python::class_ This class allow to add methods to an existing class without registering it again.
Definition at line 19 of file registration_class.hpp.