exprtk::parser_error::type Struct Reference

#include <exprtk.hpp>

Public Member Functions

 type ()
 

Public Attributes

lexer::token token
 
error_mode mode
 
std::string diagnostic
 
std::string src_location
 
std::string error_line
 
std::size_t line_no
 
std::size_t column_no
 

Constructor & Destructor Documentation

◆ type()

exprtk::parser_error::type::type ( )
inline

Member Data Documentation

◆ column_no

std::size_t exprtk::parser_error::type::column_no

◆ diagnostic

std::string exprtk::parser_error::type::diagnostic

◆ error_line

std::string exprtk::parser_error::type::error_line

◆ line_no

std::size_t exprtk::parser_error::type::line_no

◆ mode

error_mode exprtk::parser_error::type::mode

◆ src_location

std::string exprtk::parser_error::type::src_location

◆ token

lexer::token exprtk::parser_error::type::token

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