Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
environment.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
10
#if __WIN32__
11
#include "
system/win32/win32environment.h
"
12
namespace
System
13
{
14
typedef
Win32::Win32Environment
Environment
;
15
}
16
#elif __LINUX__
17
#include "
system/posix/posixenvironment.h
"
18
namespace
System
19
{
20
typedef
Posix::PosixEnvironment
Environment
;
21
}
22
#else
23
#error "System::Environment not implemented on this platform!"
24
#endif
25
//------------------------------------------------------------------------------
Posix::PosixEnvironment
Provides read-access to environment variables.
Definition
posixenvironment.h:17
Environment
Provides read-access to environment variables.
Win32::Win32Environment
Provides read-access to environment variables.
Definition
win32environment.h:20
System
Definition
osxsysfunc.h:15
posixenvironment.h
win32environment.h
code
foundation
system
environment.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.