Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
nebulasettings.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__
13
#include "
system/win32/win32registry.h
"
14
namespace
System
15
{
16
typedef
Win32::Win32Registry
NebulaSettings
;
17
}
18
#elif __LINUX__
19
#include "
system/posix/posixsettings.h
"
20
namespace
System
21
{
22
typedef
Posix::PosixSettings
NebulaSettings
;
23
}
24
#else
25
#error "System::NebulaSettings not implemented on this platform!"
26
#endif
27
//------------------------------------------------------------------------------
28
Posix::PosixSettings
A simple wrapper class to store config files in the users home directory Uses Boosts Property_tree li...
Definition
posixsettings.h:18
NebulaSettings
Platform independent way for storing persistent settings Will use registry in windows and config file...
Win32::Win32Registry
A simple wrapper class to access the Win32 registry.
Definition
win32registry.h:20
System
Definition
osxsysfunc.h:15
posixsettings.h
win32registry.h
code
foundation
system
nebulasettings.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.