![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "vault/gear/activity.hpp"
< special definitions for the Scheduler activity language
Wrapper to hold Time values in trivially constructible union. By an unfortunate design decision, lib::time::Time values are non-copyable, which prevents placing them into POD data
Definition at line 115 of file activity.hpp.
Public Member Functions | |
| Instant ()=default | |
| Instant (TimeValue time) | |
| operator TimeVar () const | |
Private Attributes | |
| int64_t | microTick_ |
|
default |
Definition at line 122 of file activity.hpp.
|
inline |
Definition at line 126 of file activity.hpp.
References Instant::microTick_.
|
private |
Definition at line 117 of file activity.hpp.
Referenced by Instant::operator TimeVar().
Collaboration diagram for Instant: