#include <python/ReflectorWrapper.h>
|
| virtual | ~BaseReflectorWrapper () |
| |
| virtual void | member (const std::string &name, boost::python::object getterCallable, boost::python::object setterCallable) |
| |
| virtual void | property (const std::string &name, boost::python::object getterCallable, boost::python::object setterCallable) |
| |
| virtual void | interface (const std::string &name) |
| |
| virtual void | method (const std::string &name, boost::python::object callable) |
| |
◆ ~BaseReflectorWrapper()
◆ member()
| virtual void member |
( |
const std::string & |
name, |
|
|
boost::python::object |
getterCallable, |
|
|
boost::python::object |
setterCallable |
|
) |
| |
|
inlinevirtual |
◆ property()
| virtual void property |
( |
const std::string & |
name, |
|
|
boost::python::object |
getterCallable, |
|
|
boost::python::object |
setterCallable |
|
) |
| |
|
inlinevirtual |
◆ interface()
| virtual void interface |
( |
const std::string & |
name | ) |
|
|
inlinevirtual |
◆ method()
| virtual void method |
( |
const std::string & |
name, |
|
|
boost::python::object |
callable |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: