#include <DateTime.h>
Public Member Functions | |
DateTime (long long t) | |
DateTime (const DateTime &other) | |
long long | getTicks () |
Static Public Member Functions | |
static DateTime | getUtcNow () |
static unsigned long long | getUtcNowC () |
Protected Attributes | |
long long | ticks |
Definition at line 11 of file DateTime.h.
castor::DateTime::DateTime | ( | long long | t | ) | [inline] |
Initialize structure using a time value in 100 ns resolution
ticks | Tocks (100 ns resolution |
Definition at line 23 of file DateTime.h.
castor::DateTime::DateTime | ( | const DateTime & | other | ) | [inline] |
Definition at line 26 of file DateTime.h.
long long castor::DateTime::getTicks | ( | ) | [inline] |
Definition at line 45 of file DateTime.h.
static DateTime castor::DateTime::getUtcNow | ( | ) | [inline, static] |
Definition at line 31 of file DateTime.h.
static unsigned long long castor::DateTime::getUtcNowC | ( | ) | [inline, static] |
Definition at line 38 of file DateTime.h.
long long castor::DateTime::ticks [protected] |
Definition at line 15 of file DateTime.h.