CppParser
|
Go to the source code of this file.
Typedefs | |
using | ErrorHandler = std::function< void(const char *errLineText, size_t lineNum, size_t errorStartPos, int lexerContext)> |
Functions | |
void | setErrorHandler (ErrorHandler errorHandler) |
void | resetErrorHandler () |
CppCompoundPtr | parseStream (char *stm, size_t stmSize) |
using ErrorHandler = std::function<void(const char* errLineText, size_t lineNum, size_t errorStartPos, int lexerContext)> |
CppCompoundPtr parseStream | ( | char * | stm, |
size_t | stmSize | ||
) |
void resetErrorHandler | ( | ) |
void setErrorHandler | ( | ErrorHandler | errorHandler | ) |