gatelib  2.1
Public Member Functions | Static Public Member Functions | List of all members
g::Time Class Reference

Public Member Functions

 Time (int h=0, int m=0, int s=0)
 
 Time (const Time &o)
 
Timeoperator= (const Time &o)
 
int getHour () const
 
int getMinutes () const
 
int getSeconds () const
 
void setHour (int h)
 
void setMinutes (int m)
 
void setSeconds (int s)
 
bool operator== (const Time &o) const
 
bool operator!= (const Time &o) const
 
bool operator> (const Time &o) const
 
bool operator< (const Time &o) const
 
std::wstring getStringW (const char *format="%X") const
 
std::string getString (const char *="%X") const
 

Static Public Member Functions

static int do_Compare (const Time &d1, const Time &d2)
 
static Time now ()
 

The documentation for this class was generated from the following file: