eRPC Generator (erpcgen)  Rev. 1.12.0
NXP Semiconductors
erpcgen::token_loc_t Struct Reference

Token location in the source file. More...

#include <Token.hpp>

Public Member Functions

 token_loc_t (const token_loc_t &other)=default
 Default copy constructor. More...
 
token_loc_toperator= (const token_loc_t &other)=default
 Default assign operator. More...
 

Public Attributes

int m_firstLine
 
int m_firstChar
 
int m_lastLine
 
int m_lastChar
 

Detailed Description

Token location in the source file.

Constructor & Destructor Documentation

erpcgen::token_loc_t::token_loc_t ( const token_loc_t other)
default

Default copy constructor.

Parameters
[in]otherToken location struct to copy.

Member Function Documentation

token_loc_t& erpcgen::token_loc_t::operator= ( const token_loc_t other)
default

Default assign operator.

Parameters
[in]otherToken location struct to copy.
Returns
Token location struct reference.

Member Data Documentation

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: