Zen
A cross-platform functional programming language
Public Member Functions | Private Attributes

Timer Class Reference

Rudimentary timer class. More...

List of all members.

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.

Detailed Description

Rudimentary timer class.


Constructor & Destructor Documentation

Timer ( const bool &  start) [inline]

Default constructor.

Parameters:
startTrue to start timer

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines