|
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) |
Public Member Functions inherited from ugdk::action::Task | |
| Task () | |
| Task (int priority) | |
| virtual | ~Task () |
| int | priority () const |
| bool | finished () const |
Protected Attributes | |
| std::tr1::function< bool(double)> | function_ |
Protected Attributes inherited from ugdk::action::Task | |
| bool | finished_ |
Additional Inherited Members | |
Protected Member Functions inherited from ugdk::util::Uncopyable | |
| Uncopyable () | |
| ~Uncopyable () | |
|
inline |
|
inline |
|
inlinevirtual |
Implements ugdk::action::Task.
|
protected |