Public Member Functions | |
| TimeStamp (const struct timeval &tv) throw () | |
| TimeStamp (int64_t micro) throw () | |
| TimeStamp (const TimeStamp &other) 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 () |
| 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 () |
| 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 () |
Definition at line 23 of file TimeStamp.h.
1.6.1