|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include <hal_core/utilities/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.