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

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

Collaboration diagram for osmscout::ost::Errors:

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< Errerrors
bool hasErrors

Constructor & Destructor Documentation

◆ Errors()

osmscout::ost::Errors::Errors ( )

Member Function Documentation

◆ Error()

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

◆ Exception()

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

◆ SynErr()

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

◆ Warning() [1/2]

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

◆ Warning() [2/2]

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

Member Data Documentation

◆ errors

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

◆ hasErrors

bool osmscout::ost::Errors::hasErrors

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