|
OXY API 1.0
OXY API Library Documentation
|
This namespace contains function objects and operations related to application settings. More...
Classes | |
| struct | config_path_t |
| Represents the default configuration file path for the application. More... | |
| struct | expand_fn |
| Function object to expand environment variables in settings paths. More... | |
| struct | get_fn |
| Function object to retrieve the application settings. More... | |
| struct | load_fn |
| Function object to load settings from an INI configuration file. More... | |
| struct | remove_quote_fn |
| Function object to remove quotes from a string. More... | |
| struct | settings_t |
| Represents the configuration settings for the application. More... | |
Variables | |
| constexpr expand_fn | expand |
| A constexpr instance of the expand_fn function object for use in functional programming. | |
| constexpr get_fn | get |
| A constexpr instance of the get_fn function object for use in functional programming. | |
| constexpr load_fn | load |
| A constexpr instance of the load_fn function object for use in functional programming. | |
| constexpr remove_quote_fn | remove_quote |
| A constexpr instance of the remove_quote_fn function object for use in functional programming. | |
This namespace contains function objects and operations related to application settings.