HAL
hal::TokenStream< T >::TokenStreamException Struct Reference

#include <token_stream.h>

Collaboration diagram for hal::TokenStream< T >::TokenStreamException:
Collaboration graph

Public Attributes

message
 
u32 line_number
 

Detailed Description

template<typename T>
struct hal::TokenStream< T >::TokenStreamException

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.

Member Data Documentation

◆ line_number

template<typename T >
u32 hal::TokenStream< T >::TokenStreamException::line_number

The affected line number.

Definition at line 141 of file token_stream.h.

◆ message

template<typename T >
T hal::TokenStream< T >::TokenStreamException::message

The message that is displayed to the user.

Definition at line 136 of file token_stream.h.


The documentation for this struct was generated from the following file: