Zen
A cross-platform functional programming language
|
Rudimentary timer class. More...
Public Member Functions | |
Timer (const bool &start) | |
Default constructor. | |
~Timer () | |
Destructor. | |
Private Attributes | |
z::timer | _tmr |
The timer. | |
bool | _started |
True if timer is started. |
Rudimentary timer class.
Timer | ( | const bool & | start | ) | [inline] |
Default constructor.
start | True to start timer |