libdrmconf
0.10.4
A library to program DMR radios.
|
The token. More...
#include <csvreader.hh>
Public Types | |
enum | TokenType { T_KEYWORD , T_APRSCALL , T_STRING , T_NUMBER , T_DCS_N , T_DCS_I , T_COLON , T_NOT_SET , T_ENABLED , T_COMMA , T_WHITESPACE , T_NEWLINE , T_COMMENT , T_END_OF_STREAM , T_ERROR } |
Possible token types. More... | |
Public Attributes | |
TokenType | type |
The token type. | |
QString | value |
The token value. | |
qint64 | line |
Line number. | |
qint64 | column |
Column number. | |
The token.
Possible token types.