#include <CFrontError.hpp>
Public Member Functions | |
InternalError (const char *mes, const Location *loc=NULL) | |
const char * | getMessage () const |
const Location * | getLocation () const |
Private Attributes | |
const char * | message_ |
const Location * | loc_ |
Definition at line 55 of file CFrontError.hpp.
cfront::InternalError::InternalError | ( | const char * | mes, | |
const Location * | loc = NULL | |||
) | [inline] |
Definition at line 57 of file CFrontError.hpp.
const char* cfront::InternalError::getMessage | ( | ) | const [inline] |
const Location* cfront::InternalError::getLocation | ( | ) | const [inline] |
const char* cfront::InternalError::message_ [private] |
const Location* cfront::InternalError::loc_ [private] |