template<typename Class, typename Parent, typename ReturnType, typename Arg0, typename Arg1, typename Arg2, typename Arg3>
class ola::MethodCallback0_4< Class, Parent, ReturnType, Arg0, Arg1, Arg2, Arg3 >
A Method callback with 0 create-time args and 4 exec time args.
|
typedef ReturnType(Class::* | Method) (Arg0, Arg1, Arg2, Arg3) |
|
|
| MethodCallback0_4 (Class *object, Method callback) |
|
ReturnType | DoRun (Arg0 arg0, Arg1 arg1, Arg2 arg2, Arg3 arg3) |
|
The documentation for this class was generated from the following file: