UGDK
0.4.1
|
#include <ugdk/action/generictask.h>
Public Member Functions | |
GenericTask (std::tr1::function< bool(double)> func) | |
GenericTask (std::tr1::function< bool(double)> func, int priority) | |
void | operator() (double dt) |
![]() | |
Task () | |
Task (int priority) | |
virtual | ~Task () |
int | priority () const |
bool | finished () const |
Protected Attributes | |
std::tr1::function< bool(double)> | function_ |
![]() | |
bool | finished_ |
Additional Inherited Members | |
![]() | |
Uncopyable () | |
~Uncopyable () | |
|
inline |
|
inline |
|
inlinevirtual |
Implements ugdk::action::Task.
|
protected |