#include "GaudiKernel/ITime.h"
#include "GaudiKernel/StreamBuffer.h"
#include <time.h>
Include dependency graph for TimePoint.h:
Go to the source code of this file.
Classes | |
class | TimePoint |
A very crude and rought implementation of ITime interface. More... | |
Functions | |
static const TimePoint | time_absolutepast ((longlong) LONGLONG_MIN) |
static const TimePoint | time_absolutefuture ((longlong) LONGLONG_MAX) |
MsgStream & | operator<< (MsgStream &os, const TimePoint &t) |
StreamBuffer & | operator<< (StreamBuffer &s, const TimePoint &t) |
StreamBuffer & | operator>> (StreamBuffer &s, TimePoint &t) |
StreamBuffer& operator<< | ( | StreamBuffer & | s, | |
const TimePoint & | t | |||
) | [inline] |
StreamBuffer& operator>> | ( | StreamBuffer & | s, | |
TimePoint & | t | |||
) | [inline] |