|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Single lexical token produced from an LHA file. More...
#include <LhaParser.h>
Public Attributes | |
| TokenType | type |
| std::string | value |
| int | row |
| int | col |
Single lexical token produced from an LHA file.
A token is annotated with:
Definition at line 92 of file LhaParser.h.
| int Token::col |
Column number where the token is located.
Definition at line 96 of file LhaParser.h.
| int Token::row |
Row number where the token is located.
Definition at line 95 of file LhaParser.h.
| TokenType Token::type |
Type of the token.
Definition at line 93 of file LhaParser.h.
| std::string Token::value |
Text value of the token.
Definition at line 94 of file LhaParser.h.