#include <ArConfig.h>
Public Member Functions | |
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 * | getName (void) const |
std::list< ArConfigArg > * | getParams (void) |
ArConfigSection & | operator= (const ArConfigSection §ion) |
void | setComment (const char *comment) |
void | setName (const char *name) |
Protected Attributes | |
std::string | myComment |
std::string | myName |
std::list< ArConfigArg > | myParams |
Definition at line 235 of file ArConfig.h.
|
Definition at line 248 of file ArConfig.h. Referenced by ArConfig::writeFile(). |
|
Definition at line 245 of file ArConfig.h. Referenced by ArConfig::addParam(), ArConfig::findSection(), ArConfig::parseArgument(), ArConfig::parseArgumentParser(), ArConfig::parseSection(), and ArConfig::writeFile(). |