#include <Timehasp.h>
Public Types | |
enum | { Default = -1, Now = 0 } |
Public Member Functions | |
HASP_EXPORT | TimehaspTime (time_t aTime=Default) |
HASP_EXPORT | TimehaspTime (int hh, int mm, int ss) |
bool | Valid () const |
int | Hour () const |
int | Minute () const |
int | Second () const |
Private Member Functions | |
void | Init (time_t aTime) |
void | Check () |
Private Attributes | |
int | hour |
int | minute |
int | second |
bool | valid |
Friends | |
class | TimeHasp |
Definition at line 180 of file Timehasp.h.
|
Definition at line 187 of file Timehasp.h. |
|
|
|
|
|
|
|
Definition at line 196 of file Timehasp.h. References hour. |
|
|
|
Definition at line 197 of file Timehasp.h. References minute. |
|
Definition at line 198 of file Timehasp.h. References second. |
|
Definition at line 195 of file Timehasp.h. References valid. |
|
Definition at line 182 of file Timehasp.h. |
|
Definition at line 204 of file Timehasp.h. Referenced by Hour(). |
|
Definition at line 205 of file Timehasp.h. Referenced by Minute(). |
|
Definition at line 206 of file Timehasp.h. Referenced by Second(). |
|
Definition at line 207 of file Timehasp.h. Referenced by Valid(). |
Generated on Thu Oct 27 11:47:04 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001