Aria  2.8.0
ArFileParser Member List

This is the complete list of members for ArFileParser, including all inherited members.

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="./", bool isPreCompressQuotes=false)ArFileParser
cancelParsing()ArFileParser
clearCommentDelimiters()ArFileParser
getBaseDirectory(void) constArFileParser
isInterrupted()ArFileParserprotected
myBaseDir (defined in ArFileParser)ArFileParserprotected
myCommentDelimiterList (defined in ArFileParser)ArFileParserprotected
myInterruptMutex (defined in ArFileParser)ArFileParserprotected
myIsInterrupted (defined in ArFileParser)ArFileParserprotected
myIsPreCompressQuotes (defined in ArFileParser)ArFileParserprotected
myIsQuiet (defined in ArFileParser)ArFileParserprotected
myLineNumber (defined in ArFileParser)ArFileParserprotected
myMap (defined in ArFileParser)ArFileParserprotected
myMaxNumArguments (defined in ArFileParser)ArFileParserprotected
myPreParseFunctor (defined in ArFileParser)ArFileParserprotected
myRemainderHandler (defined in ArFileParser)ArFileParserprotected
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)ArFileParserinline
setPreParseFunctor(ArFunctor1< const char *> *functor) (defined in ArFileParser)ArFileParser
setQuiet(bool isQuiet)ArFileParser
~ArFileParser(void)ArFileParser