Zen
A cross-platform functional programming language
|
Intrinsic time type. More...
#include <zbl.hpp>
Public Member Functions | |
time (const int &hh, const int &mm, const int &ss) | |
Default constructor. | |
QTime & | get () const |
Returns the stored value. | |
Private Attributes | |
QTime | _val |
The value. |
Intrinsic time type.
time | ( | const int & | hh, |
const int & | mm, | ||
const int & | ss | ||
) | [inline, explicit] |
Default constructor.
hh | Hour |
mm | Minute |
ss | Seconds |
QTime& get | ( | ) | const [inline] |
Returns the stored value.