Nebula
Loading...
Searching...
No Matches
filetime.h
Go to the documentation of this file.
1#pragma once
2#ifndef IO_FILETIME_H
3#define IO_FILETIME_H
4//------------------------------------------------------------------------------
14#include "core/config.h"
15#if (__WIN32__)
17namespace IO
18{
20}
21#elif __OSX__
22#include "io/osx/osxfiletime.h"
23namespace IO
24{
26}
27#elif __linux__
29namespace IO
30{
32}
33#else
34#error "FileTime class not implemented on this platform!"
35#endif
36//------------------------------------------------------------------------------
37#endif
38
39
Defines a file-access timestamp.
Wraps file-system related timestamps on OSX.
Definition osxfiletime.h:17
Implements a Posix-specific file-access time stamp.
Definition posixfiletime.h:19
Implements a Win32-specific file-access time stamp.
Definition win32filetime.h:19
Nebula compiler specific defines and configuration.
Instances of wrapped stream classes.
Definition orientation.cc:10