Lumiera
0.pre.03
»edit your freedom«
|
#include "vault/gear/activity.hpp"
Access gate condition to evaluate.
Definition at line 285 of file activity.hpp.
Public Member Functions | |
Time | getDeadline () const |
void | incDependencies () |
bool | isDead (Time now) const |
bool | isFree (Time now) const |
bool | isHold () const |
Time | lockPermanently () |
Public Attributes | |
Instant | dead |
alive while time < dead | |
int | rest |
alive while rest > 0 | |