PropaneObjectFunctor< T > Class Template Reference

An implementation of the functor interface. More...

#include <PropaneFunctor.h>

Inheritance diagram for PropaneObjectFunctor< T >:

PropaneFunctor PropaneMemoryObject List of all members.

Public Member Functions

 PropaneObjectFunctor (T *o, funcType f)
 Constructor with an object and function ptr.
void operator() ()
 Executing method for this object's method.

Protected Types

typedef void(T::* funcType )()
 The method that the functor will run on the raw object.

Protected Attributes

T * obj
 The raw object the functor points to.
funcType func
 The type of the function.

Detailed Description

template<class T>
class PropaneObjectFunctor< T >

An implementation of the functor interface.


The documentation for this class was generated from the following file:
Generated on Sun Jan 14 16:49:11 2007 for Propane Injector by  doxygen 1.4.6