Utility for processing error messages. More...
#include <Error.hpp>
Static Public Member Functions | |
static void | print (GLchar *log, int handle, const Preprocessor &preprocessor) |
static void | print (GLchar *log, const map< int, const Preprocessor * > &code) |
Static Protected Member Functions | |
static int | findHandle (const string &line) |
static int | findLine (const string &line) |
static bool | fitsPattern (const string &line) |
static string | findMessage (const string &line) |
static void | printLine (const string &line, const map< int, const Preprocessor * > &code) |
Utility for processing error messages.