#include <PropaneFunctor.h>
Inheritance diagram for PropaneManagedObjectFunctor< T >:

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. | |
1.4.7