Zen
A cross-platform functional programming language

time Class Reference

Intrinsic time type. More...

#include <zbl.hpp>

List of all members.

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.

Detailed Description

Intrinsic time type.


Constructor & Destructor Documentation

time ( const int &  hh,
const int &  mm,
const int &  ss 
) [inline, explicit]

Default constructor.

Parameters:
hhHour
mmMinute
ssSeconds

Member Function Documentation

QTime& get ( ) const [inline]

Returns the stored value.

Returns:
The value

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