Public Member Functions | |
this (uint interval) | |
ulong | getTime () |
ThreadReturn | run () |
Public Attributes | |
public class VersionAres typedef void | ThreadReturn |
else typedef int | ThreadReturn |
Private Member Functions | |
final void | update () |
Private Attributes | |
ulong | time |
uint | pause |
uint | interval |
|
Construct a Timer for the specified interval (in microseconds) |
|
Returns the current time in milliseconds Definition at line 74 of file Timer.d. References time. |
|
Definition at line 83 of file Timer.d. |
|
Definition at line 97 of file Timer.d. References pause, and update(). Referenced by this(). |
|
|
|
|
|
|
|
|
|
|