PropaneManagedObjectFunctor< T > Class Template Reference

A functor managed by a smart pointer. More...

#include <PropaneFunctor.h>

Inheritance diagram for PropaneManagedObjectFunctor< T >:

PropaneFunctor PropaneMemoryObject List of all members.

Public Member Functions

 PropaneManagedObjectFunctor (T *o, funcType f)
 Constructor.
int operator() ()
 Executor.

Public Attributes

 AUTO_SIZE
 Declaration to make the PropaneMemoryObject size this.

Protected Types

typedef int(T::*) funcType ()
 The internal dumb pointer to the method.

Protected Attributes

PropaneSmartPointer< T > obj
 The internal smart pointer to the object.
funcType func
 The function type.

Detailed Description

template<class T>
class PropaneManagedObjectFunctor< T >

A functor managed by a smart pointer.


The documentation for this class was generated from the following file:
Generated on Thu Aug 31 20:26:03 2006 for Propane Injector by  doxygen 1.4.7