|
libosmscout 1.1.1
|
#include <libosmscout-map/include/osmscoutmap/oss/Parser.h>

Classes | |
| class | Err |
Public Member Functions | |
| Errors (const Log &log) | |
| 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 =false |
| Log | log |
|
explicit |
| void osmscout::oss::Errors::Error | ( | int | line, |
| int | col, | ||
| const char * | s ) |
| void osmscout::oss::Errors::Exception | ( | const char * | s | ) |
| void osmscout::oss::Errors::SynErr | ( | int | line, |
| int | col, | ||
| int | n ) |
| void osmscout::oss::Errors::Warning | ( | const char * | s | ) |
| void osmscout::oss::Errors::Warning | ( | int | line, |
| int | col, | ||
| const char * | s ) |
| std::list<Err> osmscout::oss::Errors::errors |
| bool osmscout::oss::Errors::hasErrors =false |
| Log osmscout::oss::Errors::log |