#include "gdef.h"
#include "gexception.h"
#include <ctime>
#include <string>
#include <iostream>
Go to the source code of this file.
|
| G |
| Low-level classes for o/s services.
|
|
|
EpochTime | G::operator+ (EpochTime et, std::time_t s) |
|
EpochTime | G::operator+ (EpochTime lhs, EpochTime rhs) |
|
EpochTime | G::operator- (EpochTime big, EpochTime small_) |
|
bool | G::operator< (EpochTime lhs, EpochTime rhs) |
|
bool | G::operator== (EpochTime lhs, EpochTime rhs) |
|
bool | G::operator!= (EpochTime lhs, EpochTime rhs) |
|
bool | G::operator<= (EpochTime lhs, EpochTime rhs) |
|
bool | G::operator>= (EpochTime lhs, EpochTime rhs) |
|
bool | G::operator> (EpochTime lhs, EpochTime rhs) |
|
std::ostream & | G::operator<< (std::ostream &s, const EpochTime &et) |
|