#include <GenTimer.h>
Classes | |
struct | OneTick |
Public Types | |
typedef long long int | IntervalType |
typedef GenTimeInterval < DummyTime > | TimeInterval |
typedef long long int | TimeType |
Static Public Member Functions | |
static double | oneTick () |
static TimeType | time (int) |
static TimeType | time () |
Definition at line 135 of file GenTimer.h.
typedef long long int DummyTime::IntervalType |
Definition at line 150 of file GenTimer.h.
Definition at line 146 of file GenTimer.h.
typedef long long int DummyTime::TimeType |
Definition at line 151 of file GenTimer.h.
static double DummyTime::oneTick | ( | ) | [inline, static] |
Definition at line 143 of file GenTimer.h.
References DummyTime::OneTick::one.
{ static OneTick local; return local.one; };
static TimeType DummyTime::time | ( | int | ) | [inline, static] |
Definition at line 154 of file GenTimer.h.
{return 0;}
static TimeType DummyTime::time | ( | ) | [inline, static] |
Definition at line 153 of file GenTimer.h.
{ return 0;}