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

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

Inheritance diagram for xdispatch::ptr_iteration_operation< T >:

List of all members.

Public Member Functions

 ptr_iteration_operation (T *object, void(T::*function)(size_t))
virtual void operator() (size_t index)

Detailed Description

template<class T>
class xdispatch::ptr_iteration_operation< T >

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

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.