cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
This is the complete list of members for cppexpose::Method, including all inherited members.
call(const std::vector< Variant > &args) | cppexpose::Function | |
Function(std::unique_ptr< AbstractFunction > &&func=nullptr) | cppexpose::Function | |
Function(const Function &other) | cppexpose::Function | |
isEmpty() const | cppexpose::Function | |
m_func | cppexpose::Function | protected |
m_name | cppexpose::Method | protected |
m_parent | cppexpose::Method | protected |
Method(std::unique_ptr< AbstractFunction > &&func, Object *parent=nullptr) | cppexpose::Method | |
Method(const std::string &name, std::unique_ptr< AbstractFunction > &&func, Object *parent=nullptr) | cppexpose::Method | |
name() const | cppexpose::Method | |
operator=(const Function &other) | cppexpose::Function | |
parent() const | cppexpose::Method | |
~Function() | cppexpose::Function | virtual |
~Method() | cppexpose::Method | virtual |