#include <sys/time.h>
#include <unistd.h>
#include <string>
Include dependency graph for TimeVal.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Classes | |
class | ASSA::TimeVal |
Functions | |
TimeVal | ASSA::operator+ (const TimeVal &lhs_, const TimeVal &rhs_) |
TimeVal | ASSA::operator- (const TimeVal &lhs_, const TimeVal &rhs_) |
bool | ASSA::operator> (const TimeVal &lhs_, const TimeVal &rhs_) |
bool | ASSA::operator!= (const TimeVal &lhs_, const TimeVal &rhs_) |
bool | ASSA::operator<= (const TimeVal &lhs_, const TimeVal &rhs_) |
bool | ASSA::operator>= (const TimeVal &lhs_, const TimeVal &rhs_) |
Definition in file TimeVal.h.