|
| | ReflectorWrapper (Reflector &r) |
| |
| virtual | ~ReflectorWrapper () |
| |
| void | reflectCall (const std::string &context, boost::python::object callable) |
| |
| serialization::VersionType | version (serialization::VersionType version, boost::python::object callerType) |
| |
| void | memberWithCommentAndDefault (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable, const std::string &comment, boost::python::object defaultValue) |
| |
| void | propertyWithCommentAndDefault (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable, const std::string &comment, boost::python::object defaultValue) |
| |
| void | ropropertyWithComment (const std::string &name, boost::python::object type, boost::python::object getterCallable, const std::string &comment) |
| |
| void | memberWithComment (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable, const std::string &comment) |
| |
| void | propertyWithComment (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable, const std::string &comment) |
| |
| void | member (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable) |
| |
| void | property (const std::string &name, boost::python::object type, boost::python::object getterCallable, boost::python::object setterCallable) |
| |
| void | roproperty (const std::string &name, boost::python::object type, boost::python::object getterCallable) |
| |
| void | interface (const std::string &name) |
| |
| int | argumentCount (boost::python::object callable) |
| |
| template<typename ReturnType = json::Value> |
| void | methodWithComment (const std::string &name, boost::python::object callable, const std::string &comment) |
| |
| | BOOST_PP_REPEAT_FROM_TO (RPC_METHODS_MAX_PARAMS, BOOST_PP_DIV(BOOST_PP_MUL(3, RPC_METHODS_MAX_PARAMS), 2), REFLECTORWRAPPERGEN_SERVICE_CALLS_DESCRIPTIONS, _) template< typename ReturnType |
| |
| 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 | method (const std::string &name, boost::python::object callable) |
| |