#include <ArConfig.h>
Definition at line 311 of file ArConfig.h.
Public Member Functions | |
| bool | addFlags (const char *flags) |
| ArConfigSection (const ArConfigSection §ion) | |
| ArConfigSection (const char *name=NULL, const char *comment=NULL) | |
| 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) |
Protected Attributes | |
| std::string | myComment |
| ArArgumentBuilder * | myFlags |
| std::string | myName |
| std::list< ArConfigArg > | myParams |
|
|
Definition at line 324 of file ArConfig.h. |
|
|
Definition at line 321 of file ArConfig.h. |
1.4.0