#include <ArConfig.h>
|
bool | addFlags (const char *flags, bool isQuiet=false) |
|
| ArConfigSection (const char *name=NULL, const char *comment=NULL) |
|
| ArConfigSection (const ArConfigSection §ion) |
|
ArConfigArg * | findParam (const char *paramName) |
| Finds a parameter item in this section with the given name. Returns NULL if not found.
|
|
const char * | getComment (void) const |
|
const char * | getFlags (void) const |
|
const char * | getName (void) const |
|
std::list< ArConfigArg > * | getParams (void) |
|
bool | hasFlag (const char *flag) const |
|
ArConfigSection & | operator= (const ArConfigSection §ion) |
|
bool | remFlag (const char *dataFlag) |
|
bool | remStringHolder (const char *paramName) |
| Removes a string holder for this param, returns true if it found one.
|
|
void | setComment (const char *comment) |
|
void | setName (const char *name) |
|
Represents a section in the configuration. Sections are used to group items used by separate parts of Aria.
- Examples:
- configExample.cpp.
const char* ArConfigSection::getComment |
( |
void |
) | |
const |
|
inline |
- Returns
- A comment describing this section
const char* ArConfigSection::getName |
( |
void |
) | |
const |
|
inline |
- Returns
- The name of this section
The documentation for this class was generated from the following files: