Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Timer Class Reference

List of all members.

Public Member Functions

 this (uint interval)
ulong getTime ()

Private Member Functions

final void update ()
int run ()

Private Attributes

ulong time
uint pause
uint interval

Member Function Documentation

this uint  interval  )  [inline]
 

Construct a Timer for the specified interval (in microseconds)

Definition at line 56 of file Timer.d.

References interval, pause, and update().

ulong getTime  )  [inline]
 

Returns the current time in milliseconds

Definition at line 71 of file Timer.d.

References time.

final void update  )  [inline, private]
 

Definition at line 80 of file Timer.d.

References interval, and time.

Referenced by run(), and this().

int run  )  [inline, private]
 

Definition at line 89 of file Timer.d.

References pause, and update().


Member Data Documentation

ulong time [private]
 

Definition at line 46 of file Timer.d.

Referenced by getTime(), and update().

uint pause [private]
 

Definition at line 47 of file Timer.d.

Referenced by run(), and this().

uint interval [private]
 

Definition at line 47 of file Timer.d.

Referenced by this(), and update().


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 19:07:12 2004 for Mango by doxygen 1.3.6