|
libosmscout 0.1
|
#include <Scanner.h>
Public Member Functions | |
| Token () | |
| ~Token () | |
Public Attributes | |
| int | charPos |
| int | col |
| int | kind |
| int | line |
| TokenRef | next |
| int | pos |
| char * | val |
| osmscout::ost::Token::Token | ( | ) |
| osmscout::ost::Token::~Token | ( | ) |
References val.
| int osmscout::ost::Token::charPos |
| int osmscout::ost::Token::col |
| int osmscout::ost::Token::kind |
| int osmscout::ost::Token::line |
| TokenRef osmscout::ost::Token::next |
| int osmscout::ost::Token::pos |
| char* osmscout::ost::Token::val |
Referenced by ~Token().