Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TimeInfo Class Reference

class used to store time information. More...

#include <TimeInfo.h>

List of all members.

Public Methods

 TimeInfo ()
 TimeInfo (int, int)
bool operator< (const TimeInfo op2) const
bool operator> (const TimeInfo op2) const

Public Attributes

int msec
int sec
int min
int hour
int day
int month
int year


Detailed Description

class used to store time information.

can be compared, and build from std alpha integer time/date format

Definition at line 16 of file TimeInfo.h.


Constructor & Destructor Documentation

TimeInfo::TimeInfo ( ) [inline]
 

Definition at line 18 of file TimeInfo.h.

TimeInfo::TimeInfo ( int date,
int time )
 

Definition at line 10 of file TimeInfo.cpp.


Member Function Documentation

bool TimeInfo::operator< ( const TimeInfo op2 ) const
 

Definition at line 22 of file TimeInfo.cpp.

bool TimeInfo::operator> ( const TimeInfo op2 ) const
 

Definition at line 40 of file TimeInfo.cpp.


Member Data Documentation

int TimeInfo::day
 

Definition at line 24 of file TimeInfo.h.

int TimeInfo::hour
 

Definition at line 23 of file TimeInfo.h.

int TimeInfo::min
 

Definition at line 22 of file TimeInfo.h.

int TimeInfo::month
 

Definition at line 25 of file TimeInfo.h.

int TimeInfo::msec
 

Definition at line 20 of file TimeInfo.h.

int TimeInfo::sec
 

Definition at line 21 of file TimeInfo.h.

int TimeInfo::year
 

Definition at line 26 of file TimeInfo.h.


The documentation for this class was generated from the following files:
Generated at Wed Jun 18 17:21:58 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001