ReactOS 0.4.16-dev-306-g647d351
|
#include <atltime.h>
Public Member Functions | |
CFileTimeSpan () noexcept | |
CFileTimeSpan (const CFileTimeSpan &span) noexcept | |
CFileTimeSpan (LONGLONG nSpan) noexcept | |
LONGLONG | GetTimeSpan () const noexcept |
void | SetTimeSpan (LONGLONG nSpan) noexcept |
CFileTimeSpan | operator- (CFileTimeSpan span) const noexcept |
bool | operator!= (CFileTimeSpan span) const noexcept |
CFileTimeSpan | operator+ (CFileTimeSpan span) const noexcept |
CFileTimeSpan & | operator+= (CFileTimeSpan span) noexcept |
bool | operator< (CFileTimeSpan span) const noexcept |
bool | operator<= (CFileTimeSpan span) const noexcept |
CFileTimeSpan & | operator= (const CFileTimeSpan &span) noexcept |
CFileTimeSpan & | operator-= (CFileTimeSpan span) noexcept |
bool | operator== (CFileTimeSpan span) const noexcept |
bool | operator> (CFileTimeSpan span) const noexcept |
bool | operator>= (CFileTimeSpan span) const noexcept |
Private Attributes | |
LONGLONG | m_nSpan |
|
inlinenoexcept |
Definition at line 449 of file atltime.h.
Referenced by operator+(), and operator-().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
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().