lib
Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ > Class Template Reference
#include <proxy.h>
Inheritance diagram for Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ >:

Detailed Description
template<class INSTANCE, typename METHOD, class RETURNOBJ>
class Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ >
Template-specialization of the ProxyFunction above with no arguments.
Definition at line 306 of file proxy.h.
Public Member Functions | |
ProxyFunction (INSTANCE *instance, const METHOD &method) | |
Object::Ptr | call (List::Ptr) |
Friends | |
struct | ProxyFunctionCaller |
Member Function Documentation
template<class INSTANCE, typename METHOD, class RETURNOBJ>
Object::Ptr Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ >::call | ( | List::Ptr | ) | [inline, virtual] |
Each function needs to implement the call-method which will be executed if the function itself should be executed.
Implements Kross::Api::Function.
The documentation for this class was generated from the following file: