libosmscout 1.1.1
Loading...
Searching...
No Matches
osmscout::oss::Errors Class Reference

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

Collaboration diagram for osmscout::oss::Errors:

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< Errerrors
bool hasErrors =false
Log log

Constructor & Destructor Documentation

◆ Errors()

osmscout::oss::Errors::Errors ( const Log & log)
explicit

Member Function Documentation

◆ Error()

void osmscout::oss::Errors::Error ( int line,
int col,
const char * s )

◆ Exception()

void osmscout::oss::Errors::Exception ( const char * s)

◆ SynErr()

void osmscout::oss::Errors::SynErr ( int line,
int col,
int n )

◆ Warning() [1/2]

void osmscout::oss::Errors::Warning ( const char * s)

◆ Warning() [2/2]

void osmscout::oss::Errors::Warning ( int line,
int col,
const char * s )

Member Data Documentation

◆ errors

std::list<Err> osmscout::oss::Errors::errors

◆ hasErrors

bool osmscout::oss::Errors::hasErrors =false

◆ log

Log osmscout::oss::Errors::log

The documentation for this class was generated from the following file: