|
HAL
|
#include <token_stream.h>

Public Attributes | |
| T | message |
| u32 | line_number |
The exception that is raised on any kind of error that occurs while working on the tokens of the stream.
Definition at line 131 of file token_stream.h.
| u32 hal::TokenStream< T >::TokenStreamException::line_number |
The affected line number.
Definition at line 141 of file token_stream.h.
| T hal::TokenStream< T >::TokenStreamException::message |
The message that is displayed to the user.
Definition at line 136 of file token_stream.h.