addComment(const char *comment, const char *sectionName="", ArPriority::Priority priority=ArPriority::NORMAL) | ArConfig | |
addParam(const ArConfigArg &arg, const char *sectionName="", ArPriority::Priority priority=ArPriority::NORMAL) | ArConfig | |
addParserHandlers(void) (defined in ArConfig) | ArConfig | [protected] |
addProcessFileCB(ArRetFunctor< bool > *functor, int priority=0) | ArConfig | |
addProcessFileWithErrorCB(ArRetFunctor2< bool, char *, size_t > *functor, int priority=0) | ArConfig | |
ArConfig(const char *baseDirectory=NULL, bool noBlanksBetweenParams=false, bool ignoreBounds=false, bool failOnBadSection=false) | ArConfig | |
ArConfig(const ArConfig &config) | ArConfig | |
callProcessFileCallBacks(bool continueOnError, char *errorBuffer, size_t errorBufferLen) | ArConfig | |
clearAll(void) | ArConfig | |
clearSections(void) | ArConfig | |
findSection(const char *sectionName) const | ArConfig | |
getBaseDirectory(void) const | ArConfig | |
getFileName(void) const | ArConfig | |
getNoBlanksBetweenParams(void) | ArConfig | |
getProcessFileCallbacksLogLevel(void) | ArConfig | [inline] |
getSections(void) | ArConfig | |
myArgumentParser (defined in ArConfig) | ArConfig | [protected] |
myBaseDirectory (defined in ArConfig) | ArConfig | [protected] |
myDuplicateParams (defined in ArConfig) | ArConfig | [protected] |
myFailOnBadSection (defined in ArConfig) | ArConfig | [protected] |
myFileName (defined in ArConfig) | ArConfig | [protected] |
myIgnoreBounds (defined in ArConfig) | ArConfig | [protected] |
myNoBlanksBetweenParams (defined in ArConfig) | ArConfig | [protected] |
myParser (defined in ArConfig) | ArConfig | [protected] |
myParserCB (defined in ArConfig) | ArConfig | [protected] |
myProcessFileCallbacksLogLevel (defined in ArConfig) | ArConfig | [protected] |
myProcessFileCBList (defined in ArConfig) | ArConfig | [protected] |
mySection (defined in ArConfig) | ArConfig | [protected] |
mySectionBroken (defined in ArConfig) | ArConfig | [protected] |
mySectionCB (defined in ArConfig) | ArConfig | [protected] |
mySections (defined in ArConfig) | ArConfig | [protected] |
myUsingSections (defined in ArConfig) | ArConfig | [protected] |
operator=(const ArConfig &config) (defined in ArConfig) | ArConfig | |
parseArgument(ArArgumentBuilder *arg, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
parseArgumentParser(ArArgumentParser *parser, bool continueOnError=false, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
parseFile(const char *fileName, bool continueOnError=false, bool noFileNotFoundMessage=false, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
parseSection(ArArgumentBuilder *arg, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
processFile(void) | ArConfig | [inline, virtual] |
remProcessFileCB(ArRetFunctor< bool > *functor) | ArConfig | |
remProcessFileCB(ArRetFunctor2< bool, char *, size_t > *functor) | ArConfig | |
setBaseDirectory(const char *baseDirectory) | ArConfig | |
setNoBlanksBetweenParams(bool noBlanksBetweenParams) | ArConfig | |
setProcessFileCallbacksLogLevel(ArLog::LogLevel level) | ArConfig | [inline] |
setSectionComment(const char *sectionName, const char *comment) | ArConfig | |
useArgumentParser(ArArgumentParser *parser) | ArConfig | |
writeFile(const char *fileName, bool append=false, std::set< std::string > *alreadyWritten=NULL, bool writePriorities=false) | ArConfig | |
~ArConfig() | ArConfig | [virtual] |