luna-sysmgr-common
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AsyncCaller< Target > Class Template Reference

#include <AsyncCaller.h>

Inheritance diagram for AsyncCaller< Target >:
[legend]
Collaboration diagram for AsyncCaller< Target >:
[legend]

Public Types

typedef void(Target::* DispatchFunction )()
 

Public Member Functions

 AsyncCaller (Target *target, DispatchFunction function, GMainLoop *loop, int sourcePriority=G_PRIORITY_DEFAULT)
 
- Public Member Functions inherited from AsyncCallerBase
 AsyncCallerBase (GMainLoop *loop, gint sourcePriority)
 
virtual ~AsyncCallerBase ()
 
void call ()
 

Member Typedef Documentation

template<class Target>
typedef void(Target::* AsyncCaller< Target >::DispatchFunction)()

Constructor & Destructor Documentation

template<class Target>
AsyncCaller< Target >::AsyncCaller ( Target *  target,
DispatchFunction  function,
GMainLoop *  loop,
int  sourcePriority = G_PRIORITY_DEFAULT 
)
inline

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