sella::util::TimeStamp Class Reference

List of all members.

Public Member Functions

 TimeStamp (const struct timeval &tv) throw ()
 TimeStamp (int64_t micro) throw ()
 TimeStamp (const TimeStamp &other) throw ()
TimeStampoperator= (const TimeStamp &other) throw ()
TimeStampoperator= (const struct timeval &value) throw ()
TimeStampoperator= (int64_t micro) throw ()
TimeStampoperator+= (const TimeStamp &other) throw ()
TimeStampoperator+= (const struct timeval &value) throw ()
TimeStampoperator+= (int64_t micro) throw ()
TimeStampoperator-= (const TimeStamp &other) throw ()
TimeStampoperator-= (const struct timeval &value) throw ()
TimeStampoperator-= (int64_t micro) throw ()
TimeStampoperator*= (const TimeStamp &other) throw ()
TimeStampoperator*= (const struct timeval &value) throw ()
TimeStampoperator*= (int64_t micro) throw ()
TimeStampoperator/= (const TimeStamp &other) throw ()
TimeStampoperator/= (const struct timeval &value) throw ()
TimeStampoperator/= (int64_t micro) throw ()
TimeStamp operator+ (const TimeStamp &other) throw ()
TimeStamp operator+ (const struct timeval &value) throw ()
TimeStamp operator+ (int64_t micro) throw ()
TimeStamp operator- (const TimeStamp &other) throw ()
TimeStamp operator- (const struct timeval &value) throw ()
TimeStamp operator- (int64_t micro) throw ()
TimeStamp operator* (const TimeStamp &other) throw ()
TimeStamp operator* (const struct timeval &value) throw ()
TimeStamp operator* (int64_t micro) throw ()
TimeStamp operator/ (const TimeStamp &other) throw ()
TimeStamp operator/ (const struct timeval &value) throw ()
TimeStamp operator/ (int64_t micro) throw ()
bool operator== (const TimeStamp &other) const throw ()
bool operator!= (const TimeStamp &other) const throw ()
bool operator>= (const TimeStamp &other) const throw ()
bool operator<= (const TimeStamp &other) const throw ()
bool operator> (const TimeStamp &other) const throw ()
bool operator< (const TimeStamp &other) const throw ()
int64_t getEpochMicroseconds () const throw ()
int64_t getEpochSeconds () const throw ()
void update () throw ()

Detailed Description

Definition at line 23 of file TimeStamp.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1