| |
Main Page Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members
PLMVoidCallbackDef< V > Class Template ReferenceSee PLMCallBack for a description.
More...
#include <PLMCallback.hpp>
Inheritance diagram for PLMVoidCallbackDef< V >:
[legend]List of all members.
Detailed Description
template<class V>
class PLMVoidCallbackDef< V >
See PLMCallBack for a description.
Constructor & Destructor Documentation
|
template<class V> |
| PLMVoidCallbackDef< V >::PLMVoidCallbackDef |
( |
V * |
v, |
|
|
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 V> |
| void* PLMVoidCallbackDef< V >::Execute |
( |
void * |
ptr |
) |
[inline, virtual] |
|
Member Data Documentation
|
template<class V> |
V* PLMVoidCallbackDef< V >::obj [protected]
|
|
|
template<class V> |
PCBMethod PLMVoidCallbackDef< V >::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:45 2004.
|