| addHandler(const char *keyword, ArRetFunctor1< bool, ArArgumentBuilder * > *functor) | ArFileParser | |
| addHandlerWithError(const char *keyword, ArRetFunctor3< bool, ArArgumentBuilder *, char *, size_t > *functor) | ArFileParser | |
| ArFileParser(const char *baseDirectory="./") | ArFileParser | |
| clearCommentDelimiters() | ArFileParser | |
| getBaseDirectory(void) const | ArFileParser | |
| myBaseDir (defined in ArFileParser) | ArFileParser | [protected] |
| myCommentDelimiterList (defined in ArFileParser) | ArFileParser | [protected] |
| myIsQuiet (defined in ArFileParser) | ArFileParser | [protected] |
| myLineNumber (defined in ArFileParser) | ArFileParser | [protected] |
| myMap (defined in ArFileParser) | ArFileParser | [protected] |
| myMaxNumArguments (defined in ArFileParser) | ArFileParser | [protected] |
| myPreParseFunctor (defined in ArFileParser) | ArFileParser | [protected] |
| myRemainderHandler (defined in ArFileParser) | ArFileParser | [protected] |
| parseFile(const char *fileName, bool continueOnErrors=true, bool noFileNotFoundMessage=false, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArFileParser | |
| parseFile(FILE *file, char *buffer, int bufferLength, bool continueOnErrors=true, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArFileParser | |
| parseLine(char *line, char *errorBuffer=NULL, size_t errorBufferLen=0) | ArFileParser | |
| remHandler(const char *keyword, bool logIfCannotFind=true) | ArFileParser | |
| remHandler(ArRetFunctor1< bool, ArArgumentBuilder * > *functor) | ArFileParser | |
| remHandler(ArRetFunctor3< bool, ArArgumentBuilder *, char *, size_t > *functor) | ArFileParser | |
| resetCounters(void) | ArFileParser | |
| setBaseDirectory(const char *baseDirectory) | ArFileParser | |
| setCommentDelimiters(const std::list< std::string > &delimiters) | ArFileParser | |
| setMaxNumArguments(size_t maxNumArguments=512) | ArFileParser | [inline] |
| setPreParseFunctor(ArFunctor1< const char * > *functor) (defined in ArFileParser) | ArFileParser | |
| setQuiet(bool isQuiet) | ArFileParser | |
| ~ArFileParser(void) | ArFileParser | |