Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Delegate< ReturnType(ParamsList...)> Member List

This is the complete list of members for Delegate< ReturnType(ParamsList...)>, including all inherited members.

copy(const Delegate &other) (defined in Delegate< ReturnType(ParamsList...)>)Delegate< ReturnType(ParamsList...)>inlineprotected
Delegate()Delegate< ReturnType(ParamsList...)>inline
Delegate(MethodDeclaration< ClassType > m, ClassType *c)Delegate< ReturnType(ParamsList...)>inline
Delegate(FunctionDeclaration m)Delegate< ReturnType(ParamsList...)>inline
Delegate(Delegate &&that)Delegate< ReturnType(ParamsList...)>inline
Delegate(const Delegate &that)Delegate< ReturnType(ParamsList...)>inline
operator bool() const Delegate< ReturnType(ParamsList...)>inline
operator()(ParamsList...params) const Delegate< ReturnType(ParamsList...)>inline
operator=(const Delegate &that)Delegate< ReturnType(ParamsList...)>inline
operator=(Delegate &&that)Delegate< ReturnType(ParamsList...)>inline
~Delegate() (defined in Delegate< ReturnType(ParamsList...)>)Delegate< ReturnType(ParamsList...)>inline