|
Jive reference manual
|
#include <jem/mp/SimpleTask.h>

Public Types | |
| typedef void(* | TaskFunc) (const Ref< Context > &ctx, int argc, char **argv) |
Public Member Functions | |
| SimpleTaskFactory (TaskFunc func) | |
| virtual Ref< Task > | newTask (const Ref< Context > &ctx, int argc, char **argv) |
Additional Inherited Members | |
Protected Member Functions inherited from jem::mp::TaskFactory | |
| virtual | ~TaskFactory () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
| typedef void(* jem::mp::SimpleTaskFactory::TaskFunc) (const Ref< Context > &ctx, int argc, char **argv) |
|
explicit |
|
virtual |
Implements jem::mp::TaskFactory.