libosmscout  1.1.1
Public Member Functions | Public Attributes | List of all members
osmscout::ost::Token Class Reference

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

Public Member Functions

 Token ()
 
 ~Token ()
 

Public Attributes

int kind
 
int pos
 
int charPos
 
int col
 
int line
 
char * val
 
TokenRef next
 

Constructor & Destructor Documentation

◆ Token()

osmscout::ost::Token::Token ( )

◆ ~Token()

osmscout::ost::Token::~Token ( )

Member Data Documentation

◆ charPos

int osmscout::ost::Token::charPos

◆ col

int osmscout::ost::Token::col

◆ kind

int osmscout::ost::Token::kind

◆ line

int osmscout::ost::Token::line

◆ next

TokenRef osmscout::ost::Token::next

◆ pos

int osmscout::ost::Token::pos

◆ val

char* osmscout::ost::Token::val

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