ScummVM API documentation
Nancy::Time Struct Reference

Public Member Functions

 Time (const uint32 &t)
 
 Time (const Time &t)=default
 
 operator uint32 () const
 
Timeoperator= (const Time &t)
 
Timeoperator= (const uint32 &t)
 
Timeoperator+= (const Time &t)
 
Timeoperator+= (const uint32 &t)
 
Timeoperator-= (const Time &t)
 
Timeoperator-= (const uint32 &t)
 
uint16 getSeconds () const
 
uint16 getMinutes () const
 
uint16 getTotalHours () const
 
uint16 getHours () const
 
uint16 getDays () const
 

Friends

Time operator+ (Time l, const Time &r)
 
Time operator+ (Time l, const uint32 &r)
 
Time operator+ (const uint32 &l, Time r)
 
Time operator- (Time l, const Time &r)
 
Time operator- (Time l, const uint32 &r)
 
Time operator- (const uint32 &l, Time r)
 
bool operator== (const Time &l, const Time &r)
 
bool operator== (const Time &l, const uint32 &r)
 
bool operator== (const uint32 &l, const Time &r)
 
bool operator!= (const Time &l, const Time &r)
 
bool operator!= (const Time &l, const uint32 &r)
 
bool operator!= (const uint32 &l, const Time &r)
 
bool operator< (const Time &l, const Time &r)
 
bool operator< (const Time &l, const uint32 &r)
 
bool operator< (const uint32 &l, const Time &r)
 
bool operator> (const Time &l, const Time &r)
 
bool operator> (const Time &l, const uint32 &r)
 
bool operator> (const uint32 &l, const Time &r)
 
bool operator<= (const Time &l, const Time &r)
 
bool operator<= (const Time &l, const uint32 &r)
 
bool operator<= (const uint32 &l, const Time &r)
 
bool operator>= (const Time &l, const Time &r)
 
bool operator>= (const Time &l, const uint32 &r)
 
bool operator>= (const uint32 &l, const Time &r)
 

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