Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
CXDuration Class Reference

Public Member Functions

 CXDuration (xTime time) throw ()
 
 CXDuration (int days, int hours, int mins, int secs) throw ()
 
longint GetDays () const throw ()
 
longint GetTotalHours () const throw ()
 
longint GetHours () const throw ()
 
longint GetTotalMinutes () const throw ()
 
longint GetMinutes () const throw ()
 
longint GetTotalSeconds () const throw ()
 
longint GetSeconds () const throw ()
 
xTime GetDuration () const throw ()
 
CXDuration operator+ (const CXDuration &refduration) const throw ()
 
CXDuration operator- (const CXDuration &refduration) const throw ()
 
CXDurationoperator+= (const CXDuration &refduration) throw ()
 
CXDurationoperator-= (const CXDuration &refduration) throw ()
 
bool operator== (const CXDuration &refduration) const throw ()
 
bool operator!= (const CXDuration &refduration) const throw ()
 
bool operator< (const CXDuration &refduration) const throw ()
 
bool operator> (const CXDuration &refduration) const throw ()
 
bool operator<= (const CXDuration &refduration) const throw ()
 
bool operator>= (const CXDuration &refduration) const throw ()
 

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