gatb.core-API-1.4.2
|
Abstract implementation of ITime interface. More...
#include <TimeCommon.hpp>
Public Member Functions | |
TimeAbstract (Unit unit) | |
Unit | getUnit () |
std::string | getDateString () |
![]() | |
virtual Value | getTimeStamp ()=0 |
virtual | ~ITime () |
Additional Inherited Members | |
![]() | |
typedef u_int64_t | Value |
Abstract implementation of ITime interface.
This implementation provides a default getDateString method.
|
inline |
Constructor.
[in] | unit | : unit used for this instance |
|
inlinevirtual |
Implements ITime.