Token location in the source file.
More...
#include <Token.hpp>
Token location in the source file.
erpcgen::token_loc_t::token_loc_t |
( |
const token_loc_t & |
other | ) |
|
|
default |
Default copy constructor.
- Parameters
-
[in] | other | Token location struct to copy. |
Default assign operator.
- Parameters
-
[in] | other | Token location struct to copy. |
- Returns
- Token location struct reference.
int erpcgen::token_loc_t::m_firstChar |
Starting character position on starting line.
int erpcgen::token_loc_t::m_firstLine |
Starting line of the token.
int erpcgen::token_loc_t::m_lastChar |
Ending character position on ending line.
int erpcgen::token_loc_t::m_lastLine |
Ending line of the token.
The documentation for this struct was generated from the following file: