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

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