ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <atltime.h>
Public Member Functions | |
CFileTimeSpan () throw () | |
CFileTimeSpan (const CFileTimeSpan &span) throw () | |
CFileTimeSpan (LONGLONG nSpan) throw () | |
LONGLONG | GetTimeSpan () const throw () |
void | SetTimeSpan (LONGLONG nSpan) throw () |
CFileTimeSpan | operator- (CFileTimeSpan span) const throw () |
bool | operator!= (CFileTimeSpan span) const throw () |
CFileTimeSpan | operator+ (CFileTimeSpan span) const throw () |
CFileTimeSpan & | operator+= (CFileTimeSpan span) throw () |
bool | operator< (CFileTimeSpan span) const throw () |
bool | operator<= (CFileTimeSpan span) const throw () |
CFileTimeSpan & | operator= (const CFileTimeSpan &span) throw () |
CFileTimeSpan & | operator-= (CFileTimeSpan span) throw () |
bool | operator== (CFileTimeSpan span) const throw () |
bool | operator> (CFileTimeSpan span) const throw () |
bool | operator>= (CFileTimeSpan span) const throw () |
Private Attributes | |
LONGLONG | m_nSpan |
|
inline |
Definition at line 449 of file atltime.h.
Referenced by operator+(), and operator-().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 447 of file atltime.h.
Referenced by CFileTimeSpan(), GetTimeSpan(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), and SetTimeSpan().