#include <sys/time.h>
#include <cassert>
#include <ostream>
#include "timeval.hxx"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::utl |
Classes | |
class | olsr::utl::TimeVal |
Proxy class for the timeval standard C data structure. More... | |
Defines | |
#define | QOLYESTER_UTL_TIMEVAL_HH 1 |
Typedefs | |
typedef utl::TimeVal | olsr::timeval_t |
Functions | |
std::ostream & | olsr::utl::operator<< (std::ostream &, const TimeVal &) |
#define QOLYESTER_UTL_TIMEVAL_HH 1 |