Aria
2.8.0
|
This is the complete list of members for ArConfig, including all inherited members.
addComment(const char *comment, const char *sectionName="", ArPriority::Priority priority=ArPriority::NORMAL) | ArConfig | |
addListNamesToParser(const ArConfigArg &parent) (defined in ArConfig) | ArConfig | protected |
addParam(const ArConfigArg &arg, const char *sectionName="", ArPriority::Priority priority=ArPriority::NORMAL, const char *displayHint=NULL, ArConfigArg::RestartLevel restart=ArConfigArg::NO_RESTART) | ArConfig | |
addParamAsIs(const ArConfigArg &arg, const char *sectionName="") | ArConfig | |
addParserHandlers(void) (defined in ArConfig) | ArConfig | protected |
addProcessFileCB(ArRetFunctor< bool > *functor, int priority=0) | ArConfig | |
addProcessFileCB(ArRetFunctor2< bool, char *, size_t > *functor, int priority=0) | ArConfig | |
addProcessFileWithErrorCB(ArRetFunctor2< bool, char *, size_t > *functor, int priority=0) | ArConfig | |
addSection(const char *categoryName, const char *sectionName, const char *sectionDescription) | ArConfig | |
addSectionFlags(const char *sectionName, const char *flags) | ArConfig | |
addSectionNotToParse(const char *section) | ArConfig | |
ArConfig(const char *baseDirectory=NULL, bool noBlanksBetweenParams=false, bool ignoreBounds=false, bool failOnBadSection=false, bool saveUnknown=true) | ArConfig | |
ArConfig(const ArConfig &config) | ArConfig | |
ArHasFileName() | ArHasFileName | inline |
ArHasFileName(ArHasFileName const &) | ArHasFileName | inline |
callProcessFileCallBacks(bool continueOnError, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
CATEGORY_DEBUG | ArConfig | static |
CATEGORY_FLEET | ArConfig | static |
CATEGORY_ROBOT_INTERFACE | ArConfig | static |
CATEGORY_ROBOT_OPERATION | ArConfig | static |
CATEGORY_ROBOT_PHYSICAL | ArConfig | static |
CATEGORY_SECURITY | ArConfig | static |
clearAll(void) | ArConfig | |
clearAllValueSet(void) | ArConfig | |
clearSections(void) | ArConfig | |
copyAndDetach(const ArConfig &config) | ArConfig | virtual |
copySectionsToParse(std::list< std::string > *from) (defined in ArConfig) | ArConfig | protected |
findSection(const char *sectionName) const | ArConfig | |
getBaseDirectory(void) const | ArConfig | |
getCategoryNames() const | ArConfig | |
getFileName(void) const | ArConfig | virtual |
getNoBlanksBetweenParams(void) | ArConfig | |
getProcessFileCallbacksLogLevel(void) | ArConfig | inline |
getRestartLevelNeeded(void) const | ArConfig | |
getSaveUnknown(void) | ArConfig | inline |
getSectionNames() const | ArConfig | |
getSectionNamesInCategory(const char *categoryName) const | ArConfig | |
getSections(void) | ArConfig | |
getTranslator() const | ArConfig | virtual |
log(bool isSummary=true, std::list< std::string > *sectionNameList=NULL, const char *logPrefix="") | ArConfig | |
myArgumentParser (defined in ArConfig) | ArConfig | protected |
myBaseDirectory (defined in ArConfig) | ArConfig | protected |
myCategoryToSectionsMap | ArConfig | protected |
myCheckingForRestartLevel (defined in ArConfig) | ArConfig | protected |
myConfigName | ArConfig | protected |
myConfigVersion | ArConfig | protected |
myCsvSeparatorChar (defined in ArConfig) | ArConfig | protected |
myDuplicateParams (defined in ArConfig) | ArConfig | protected |
myFailOnBadSection (defined in ArConfig) | ArConfig | protected |
myFileName (defined in ArConfig) | ArConfig | protected |
myHighestPriorityToParse (defined in ArConfig) | ArConfig | protected |
myIgnoreBounds (defined in ArConfig) | ArConfig | protected |
myIsParsingListBroken (defined in ArConfig) | ArConfig | protected |
myIsQuiet (defined in ArConfig) | ArConfig | protected |
myListBeginCB (defined in ArConfig) | ArConfig | protected |
myListEndCB (defined in ArConfig) | ArConfig | protected |
myLogPrefix | ArConfig | protected |
myLowestPriorityToParse (defined in ArConfig) | ArConfig | protected |
myNoBlanksBetweenParams (defined in ArConfig) | ArConfig | protected |
myParser (defined in ArConfig) | ArConfig | protected |
myParserCB (defined in ArConfig) | ArConfig | protected |
myParsingListNames (defined in ArConfig) | ArConfig | protected |
myPermissionAllowFactory (defined in ArConfig) | ArConfig | protected |
myPermissionSaveUnknown (defined in ArConfig) | ArConfig | protected |
myProcessFileCallbacksLogLevel (defined in ArConfig) | ArConfig | protected |
myProcessFileCBList (defined in ArConfig) | ArConfig | protected |
myRestartLevelNeeded (defined in ArConfig) | ArConfig | protected |
myRobotName | ArConfig | protected |
mySaveUnknown (defined in ArConfig) | ArConfig | protected |
mySection (defined in ArConfig) | ArConfig | protected |
mySectionBroken (defined in ArConfig) | ArConfig | protected |
mySectionCB (defined in ArConfig) | ArConfig | protected |
mySectionIgnored (defined in ArConfig) | ArConfig | protected |
mySections (defined in ArConfig) | ArConfig | protected |
mySectionsNotToParse (defined in ArConfig) | ArConfig | protected |
mySectionsToParse (defined in ArConfig) | ArConfig | protected |
myTranslator (defined in ArConfig) | ArConfig | protected |
myUnknownCB (defined in ArConfig) | ArConfig | protected |
myUsingSections (defined in ArConfig) | ArConfig | protected |
myVersionCB (defined in ArConfig) | ArConfig | protected |
operator=(const ArConfig &config) | ArConfig | |
ArHasFileName::operator=(ArHasFileName const &) | ArHasFileName | inline |
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, std::list< std::string > *sectionsToParse=NULL, ArPriority::Priority highestPriority=ArPriority::FIRST_PRIORITY, ArPriority::Priority lowestPriority=ArPriority::LAST_PRIORITY, ArConfigArg::RestartLevel *restartLevelNeeded=NULL) | ArConfig | |
parseListBegin(ArArgumentBuilder *arg, char *errorBuffer, size_t errorBufferLen) (defined in ArConfig) | ArConfig | |
parseListEnd(ArArgumentBuilder *arg, char *errorBuffer, size_t errorBufferLen) (defined in ArConfig) | ArConfig | |
parseResourceFile(const char *fileName, bool continueOnError=true, char *errorBuffer=NULL, size_t errorBufferLen=0, std::list< std::string > *sectionsToParse=NULL) | ArConfig | |
parseResourceFile(ArArgumentBuilder *builder) | ArConfig | |
parseSection(ArArgumentBuilder *arg, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
parseUnknown(ArArgumentBuilder *arg, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
parseVersion(ArArgumentBuilder *arg, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArConfig | |
processFile(void) | ArConfig | inlinevirtual |
removeAllUnsetSections(void) | ArConfig | |
removeAllUnsetValues(void) | ArConfig | |
removeAllUnsetValues(bool isRemovingUnsetSectionsOnly) | ArConfig | protected |
remParserHandlers(void) (defined in ArConfig) | ArConfig | protected |
remProcessFileCB(ArRetFunctor< bool > *functor) | ArConfig | |
remProcessFileCB(ArRetFunctor2< bool, char *, size_t > *functor) | ArConfig | |
remSectionFlag(const char *sectionName, const char *flag) | ArConfig | |
remSectionNotToParse(const char *section) | ArConfig | |
resetRestartLevelNeeded(void) | ArConfig | |
setBaseDirectory(const char *baseDirectory) | ArConfig | |
setConfigName(const char *configName, const char *robotName=NULL) | ArConfig | virtual |
setNoBlanksBetweenParams(bool noBlanksBetweenParams) | ArConfig | |
setPermissions(bool allowFactory=true, bool rememberUnknowns=true) | ArConfig | |
setProcessFileCallbacksLogLevel(ArLog::LogLevel level) | ArConfig | inline |
setQuiet(bool isQuiet) | ArConfig | virtual |
setSaveUnknown(bool saveUnknown) | ArConfig | inline |
setSectionComment(const char *sectionName, const char *comment) | ArConfig | |
setTranslator(ArConfig *xlatorConfig) | ArConfig | virtual |
translateSection(ArConfigSection *section) (defined in ArConfig) | ArConfig | protected |
useArgumentParser(ArArgumentParser *parser) | ArConfig | |
writeFile(const char *fileName, bool append=false, std::set< std::string > *alreadyWritten=NULL, bool writeExtras=false, std::list< std::string > *sectionsToWrite=NULL, ArPriority::Priority highestPriority=ArPriority::FIRST_PRIORITY, ArPriority::Priority lowestPriority=ArPriority::LAST_PRIORITY) | ArConfig | |
writeResourceFile(const char *fileName, bool append=false, std::set< std::string > *alreadyWritten=NULL, std::list< std::string > *sectionsToWrite=NULL) | ArConfig | |
writeResourceFile(ArArgumentBuilder *builder) | ArConfig | |
writeSection(ArConfigSection *section, FILE *file, std::set< std::string > *alreadyWritten, bool writeExtras, ArPriority::Priority highestPriority, ArPriority::Priority lowestPriority) | ArConfig | protected |
writeSectionResource(ArConfigSection *section, FILE *file, std::set< std::string > *alreadyWritten) | ArConfig | protected |
~ArConfig() | ArConfig | virtual |
~ArHasFileName() | ArHasFileName | inlinevirtual |