#include <arconfiguration.h>
Public Member Functions | |
| bool | SetConfigFile (const char *configfile) |
| Loads configuration values from the specified file. | |
| const char * | GetConfigFile () |
| Returns a pointer to the configuration file name. | |
| bool | GetValue (const char *section, const char *item, ARString &value, const char *defvalue=0) |
| Retrieves the value associated with the section/item combination. | |
| bool | GetValues (const char *section, const char *item, std::vector< ARString > &values, const char *defvalue=0) |
| Retrieves the values for a particular section/item combination. | |
| bool | SectionExists (const char *section) |
| Determines whether the specified section exists in the configuration file. | |
|
|
Returns a pointer to the configuration file name.
|
|
||||||||||||||||||||
|
Retrieves the value associated with the section/item combination.
|
|
||||||||||||||||||||
|
Retrieves the values for a particular section/item combination. This method returns a vector of ARString objects. The values should be comma delimited in the relevant configuration file.
|
|
|
Determines whether the specified section exists in the configuration file.
|
|
|
Loads configuration values from the specified file.
|
1.3.9.1