Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
calendartime.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
14
#include "
core/config.h
"
15
#if __WIN32__
16
#include "
timing/win32/win32calendartime.h
"
17
namespace
Timing
18
{
19
class
CalendarTime
:
public
Win32::Win32CalendarTime
20
{ };
21
}
22
#elif __linux__
23
#include "
timing/posix/posixcalendartime.h
"
24
namespace
Timing
25
{
26
class
CalendarTime
:
public
Posix::PosixCalendarTime
27
{ };
28
}
29
#else
30
#error "Timing::CalendarTime not implemented on this platform!"
31
#endif
32
//------------------------------------------------------------------------------
Posix::PosixCalendarTime
Posix implementation of CalendarTime.
Definition
posixcalendartime.h:20
CalendarTime
Allows to obtain the current point in time as year, month, day, etc... down to milliseconds,...
Win32::Win32CalendarTime
Win implementation of CalendarTime.
Definition
win32calendartime.h:20
config.h
Nebula compiler specific defines and configuration.
Timing
Definition
calendartimebase.h:19
posixcalendartime.h
win32calendartime.h
code
foundation
timing
calendartime.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.