libosmscout  1.1.1
Public Types | Public Attributes | List of all members
osmscout::ost::Errors::Err Class Reference

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

Collaboration diagram for osmscout::ost::Errors::Err:
Collaboration graph
[legend]

Public Types

enum  Type { Symbol, Error, Warning, Exception }
 

Public Attributes

Type type
 
int line
 
int column
 
std::string text
 

Member Enumeration Documentation

◆ Type

Enumerator
Symbol 
Error 
Warning 
Exception 

Member Data Documentation

◆ column

int osmscout::ost::Errors::Err::column

◆ line

int osmscout::ost::Errors::Err::line

◆ text

std::string osmscout::ost::Errors::Err::text

◆ type

Type osmscout::ost::Errors::Err::type

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