sapphirec
The Sapphire documentation
|
Functions | |
void | show_import_line (const Location &loc, std::ostream &output_stream) |
void | throw_error (const Location &loc, const std::string line_text, const std::string &details) |
void | throw_error_without_location (const std::string &details) |
void | throw_warning (const Location &loc, const std::string line_text, const std::string &details) |
void | show_import_lines (const Location &loc, void(*import_line_printer)(const Location &, std::ostream &), std::ostream &stream) |
void Error::show_import_line | ( | const Location & | loc, |
std::ostream & | output_stream | ||
) |
void Error::show_import_lines | ( | const Location & | loc, |
void(*)(const Location &, std::ostream &) | import_line_printer, | ||
std::ostream & | stream | ||
) |
void Error::throw_error | ( | const Location & | loc, |
const std::string | line_text, | ||
const std::string & | details | ||
) |
void Error::throw_error_without_location | ( | const std::string & | details | ) |
void Error::throw_warning | ( | const Location & | loc, |
const std::string | line_text, | ||
const std::string & | details | ||
) |