RADLib
RADical C++ application framework
RADSettings Namespace Reference

Classes

struct  AppIdentity
 Application identity used for standard settings paths. More...
 
class  Settings
 Typed application settings store. More...
 

Enumerations

enum class  Format { Json , Ini }
 Settings file format. More...
 

Enumeration Type Documentation

◆ Format

enum RADSettings::Format
strong

Settings file format.

Enumerator
Json 

JSON object settings file.

Ini 

INI-style section/key settings file.