Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
ola::MethodCallback4_1< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0 > Class Template Reference

Detailed Description

template<typename Class, typename Parent, typename ReturnType, typename A0, typename A1, typename A2, typename A3, typename Arg0>
class ola::MethodCallback4_1< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0 >

A Method callback with 4 create-time args and 1 exec time args.

Public Types

typedef ReturnType(Class::* Method )(A0, A1, A2, A3, Arg0)

Public Member Functions

 MethodCallback4_1 (Class *object, Method callback, A0 a0, A1 a1, A2 a2, A3 a3)
ReturnType DoRun (Arg0 arg0)

The documentation for this class was generated from the following file: