|
| TimeStamp () |
| An invalid TimeStamp.
|
|
| TimeStamp (std::string rfc3339) |
|
| TimeStamp (struct tm time) |
|
bool | IsExpiredAt (const TimeStamp &now) const |
|
bool | IsValid () const |
|
std::string | ToString () const |
|
bool | operator< (const TimeStamp &other) const |
|
bool | operator> (const TimeStamp &other) const |
|
bool | operator== (const TimeStamp &rhs) const |
|
|
static TimeStamp | Now () |
|
static struct tm | CurrentTime () |
|
|
std::ostream & | operator<< (std::ostream &os, const TimeStamp &t) |
|
Definition at line 188 of file types.h.
The documentation for this class was generated from the following files: