|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/ost/Parser.h>

Classes | |
| class | Err |
Public Member Functions | |
| Errors () | |
| void | SynErr (int line, int col, int n) |
| void | Error (int line, int col, const char *s) |
| void | Warning (int line, int col, const char *s) |
| void | Warning (const char *s) |
| void | Exception (const char *s) |
Public Attributes | |
| std::list< Err > | errors |
| bool | hasErrors |
| osmscout::ost::Errors::Errors | ( | ) |
| void osmscout::ost::Errors::Error | ( | int | line, |
| int | col, | ||
| const char * | s ) |
| void osmscout::ost::Errors::Exception | ( | const char * | s | ) |
| void osmscout::ost::Errors::SynErr | ( | int | line, |
| int | col, | ||
| int | n ) |
| void osmscout::ost::Errors::Warning | ( | const char * | s | ) |
| void osmscout::ost::Errors::Warning | ( | int | line, |
| int | col, | ||
| const char * | s ) |
| std::list<Err> osmscout::ost::Errors::errors |
| bool osmscout::ost::Errors::hasErrors |