Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | List of all members
ola::MethodCallback0_0< Class, Parent, ReturnType > Class Template Reference

Detailed Description

template<typename Class, typename Parent, typename ReturnType>
class ola::MethodCallback0_0< Class, Parent, ReturnType >

A Method callback with 0 create-time args and 0 exec time args.

Inheritance diagram for ola::MethodCallback0_0< Class, Parent, ReturnType >:
Inheritance graph
[legend]
Collaboration diagram for ola::MethodCallback0_0< Class, Parent, ReturnType >:
Collaboration graph
[legend]

Public Types

typedef ReturnType(Class::* Method )()
 

Public Member Functions

 MethodCallback0_0 (Class *object, Method callback)
 
ReturnType DoRun ()
 

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