|
OFFIS DCMTK
Version 3.6.0
|
Go to the source code of this file.
Classes | |
| class | log4cplus::helpers::Time |
| This class represents a Epoch time with microsecond accuracy. More... | |
Functions | |
|
LOG4CPLUS_EXPORT const log4cplus::helpers::Time | log4cplus::helpers::operator+ (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
|
LOG4CPLUS_EXPORT const log4cplus::helpers::Time | log4cplus::helpers::operator- (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
|
LOG4CPLUS_EXPORT const log4cplus::helpers::Time | log4cplus::helpers::operator/ (const log4cplus::helpers::Time &lhs, long rhs) |
|
LOG4CPLUS_EXPORT const log4cplus::helpers::Time | log4cplus::helpers::operator* (const log4cplus::helpers::Time &lhs, long rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator< (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator<= (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator> (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator>= (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator== (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
| LOG4CPLUS_EXPORT bool | log4cplus::helpers::operator!= (const log4cplus::helpers::Time &lhs, const log4cplus::helpers::Time &rhs) |
Definition in file timehelp.h.