#include <time.h>
#include <limits.h>
#include <sys/time.h>
#include <iostream>
#include <string>


Go to the source code of this file.
Classes | |
| class | DateTime |
Defines | |
| #define | DIG_COUNT 1e6 |
Typedefs | |
| typedef double | StampType |
Functions | |
| bool | operator== (const DateTime &lhs, const DateTime &rhs) |
| bool | operator!= (const DateTime &lhs, const DateTime &rhs) |
| bool | operator< (const DateTime &lhs, const DateTime &rhs) |
| bool | operator> (const DateTime &lhs, const DateTime &rhs) |
| bool | operator<= (const DateTime &lhs, const DateTime &rhs) |
| bool | operator>= (const DateTime &lhs, const DateTime &rhs) |
| StampType | operator- (const DateTime &lhs, const DateTime &rhs) |
| DateTime | operator+ (const DateTime &lhs, const StampType &rhs) |
| #define DIG_COUNT 1e6 |
Definition at line 29 of file DateTime.h.
| typedef double StampType |
Definition at line 31 of file DateTime.h.
1.5.4