libXDispatch 0.4
Public Member Functions
xdispatch::ptr_operation< T > Class Template Reference

Provides a template functor to wrap a function pointer to a memberfunction of an object as operation. More...

Inheritance diagram for xdispatch::ptr_operation< T >:

List of all members.

Public Member Functions

 ptr_operation (T *object, void(T::*function)())
virtual void operator() ()

Detailed Description

template<class T>
class xdispatch::ptr_operation< T >

Provides a template functor to wrap a function pointer to a memberfunction of an object as operation.


Constructor & Destructor Documentation

template<class T >
xdispatch::ptr_operation< T >::ptr_operation ( T *  object,
void(T::*)()  function 
) [inline]

Member Function Documentation

template<class T >
virtual void xdispatch::ptr_operation< T >::operator() ( ) [inline, virtual]

Implements xdispatch::operation.


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

Generated on Wed Feb 22 2012 19:51:17 for libXDispatch by Doxygen 1.7.4
Content © 2011-2012 MLBA (about | privacy) – Design © 2010-2012 Emzeat. All Rights reserved.