libosmscout  1.1.1
Classes | Public Member Functions | Public Attributes | List of all members
osmscout::oss::Errors Class Reference

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

Collaboration diagram for osmscout::oss::Errors:
Collaboration graph
[legend]

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::oss::Errors::Errors ( )

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 ( int  line,
int  col,
const char *  s 
)

◆ Warning() [2/2]

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

Member Data Documentation

◆ errors

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

◆ hasErrors

bool osmscout::oss::Errors::hasErrors

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