libosmscout  0.1
osmscout::ost::Token Class Reference

#include <Scanner.h>

Public Member Functions

 Token ()
 
 ~Token ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ Token()

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

◆ ~Token()

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

References val.

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

Referenced by ~Token().


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