Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

PLMIntCallbackDef< U > Class Template Reference

See PLMCallBack for a description. More...

#include <PLMCallback.hpp>

Inheritance diagram for PLMIntCallbackDef< U >:

Inheritance graph
[legend]
List of all members.

Public Methods

 PLMIntCallbackDef (U *u, PCBMethod m)
int Execute (void *ptr)

Protected Attributes

U * obj
PCBMethod func

Detailed Description

template<class U>
class PLMIntCallbackDef< U >

See PLMCallBack for a description.


Constructor & Destructor Documentation

template<class U>
PLMIntCallbackDef< U >::PLMIntCallbackDef U *    u,
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 U>
int PLMIntCallbackDef< U >::Execute void *    ptr [inline, virtual]
 

Invoke the pointed member function.

Implements PLMIntCallback.


Member Data Documentation

template<class U>
U* PLMIntCallbackDef< U >::obj [protected]
 

The pointed object.

template<class U>
PCBMethod PLMIntCallbackDef< U >::func [protected]
 

The pointed member function.


The documentation for this class was generated from the following file:
  • PLMCallback.hpp

Generated by Doxygen 1.2.18 on Tue Oct 26 12:07:38 2004.