| |
Main Page Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members
PLMCallbackDef< T > Class Template ReferenceSee PLMCallBack for a description.
More...
#include <PLMCallback.hpp>
Inheritance diagram for PLMCallbackDef< T >:
[legend]List of all members.
Detailed Description
template<class T>
class PLMCallbackDef< T >
See PLMCallBack for a description.
Constructor & Destructor Documentation
|
template<class T> |
| PLMCallbackDef< T >::PLMCallbackDef |
( |
T * |
t, |
|
|
PCBMethod |
m |
|
) |
[inline] |
|
|
|
Constructor.
Needs a pointer on the object, and a pointer on a member function of this class. |
Member Function Documentation
|
template<class T> |
| void PLMCallbackDef< T >::Execute |
( |
void * |
ptr |
) |
[inline, virtual] |
|
|
|
Invoke the pointed member function.
Implements PLMCallback. |
Member Data Documentation
|
template<class T> |
T* PLMCallbackDef< T >::obj [protected]
|
|
|
template<class T> |
PCBMethod PLMCallbackDef< T >::func [protected]
|
|
|
|
The pointed member function.
|
The documentation for this class was generated from the following file:
Generated by
Doxygen 1.2.18 on Tue Oct 26 12:07:43 2004.
|