Zen
A cross-platform functional programming language

date Class Reference

Intrinsic date type. More...

#include <zbl.hpp>

List of all members.

Public Member Functions

 date (const int &yy, const int &mm, const int &dd)
 Default constructor.
QDate & get () const
 Returns the stored value.

Private Attributes

QDate _val
 The value.

Detailed Description

Intrinsic date type.


Constructor & Destructor Documentation

date ( const int &  yy,
const int &  mm,
const int &  dd 
) [inline, explicit]

Default constructor.

Parameters:
yyYear
mmMonth
ddDate

Member Function Documentation

QDate& 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