cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
cppexpose::Method Member List

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_funccppexpose::Functionprotected
m_namecppexpose::Methodprotected
m_parentcppexpose::Methodprotected
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::Functionvirtual
~Method()cppexpose::Methodvirtual