![]() |
Blamite Game Engine - Strings
00419.04.29.24.1948.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace for anything related to configuration files. More...
Functions | |
| STRINGS_API BlamResult | LoadConfiguration (std::string filename, std::string comment_delimeter, BlamConfigurationFile **file) |
| Loads a new configuration file from disk. More... | |
| STRINGS_API BlamResult | LoadConfiguration (std::string filename, std::string defaults_filename, std::string comment_delimeter, BlamConfigurationFile **file) |
| Loads a new configuration file from disk. More... | |
Namespace for anything related to configuration files.
| BlamResult BlamStrings::Settings::Config::LoadConfiguration | ( | std::string | filename, |
| std::string | comment_delimeter, | ||
| BlamConfigurationFile ** | file | ||
| ) |
Loads a new configuration file from disk.
| filename | - The name/path to the configuration file to load. |
| comment_delimeter | - The string or character used to indicate a comment within the file. |
| file | - Output parameter. Pointer to the pointer to set to the loaded configuration data. Will only be set if the file is loaded properly. |
Here is the call graph for this function:| BlamResult BlamStrings::Settings::Config::LoadConfiguration | ( | std::string | filename, |
| std::string | defaults_filename, | ||
| std::string | comment_delimeter, | ||
| BlamConfigurationFile ** | file | ||
| ) |
Loads a new configuration file from disk.
| filename | - The name/path to the configuration file to load. |
| comment_delimeter | - The string or character used to indicate a comment within the file. |
| file | - Output parameter. Pointer to the pointer to set to the loaded configuration data. Will only be set if the file is loaded properly. |
Here is the call graph for this function: