#include <ProcOpFunc.h>
Public Member Functions | |
ProcOpFunc (void(T::*func)(const Eref &e, ProcPtr)) | |
string | rttiType () const |
This specialized set of classes is derived from OpFunc, and is used to handle Process type calls which need to bypass the Queueing system. These include process, reinit, and other intermediate stage process ops.
ProcOpFunc< T >::ProcOpFunc | ( | void(T::*)(const Eref &e, ProcPtr) | func | ) | [inline] |
string ProcOpFunc< T >::rttiType | ( | ) | const [inline, virtual] |
Reimplemented from OpFunc1Base< ProcPtr >.