Go to the source code of this file.
Namespaces | |
namespace | log4cplus |
namespace | log4cplus::helpers |
Classes | |
class | log4cplus::helpers::Time |
This class represents a Epoch time with microsecond accuracy. More... | |
Defines | |
#define | INCLUDE_CTIME |
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.