PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::parser_error::type Struct Reference

#include <exprtk.hpp>

Collaboration diagram for exprtk::parser_error::type:

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
 

Detailed Description

Definition at line 18184 of file exprtk.hpp.

Constructor & Destructor Documentation

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

Definition at line 18186 of file exprtk.hpp.

Member Data Documentation

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

Definition at line 18198 of file exprtk.hpp.

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

Definition at line 18194 of file exprtk.hpp.

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

Definition at line 18196 of file exprtk.hpp.

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

Definition at line 18197 of file exprtk.hpp.

error_mode exprtk::parser_error::type::mode

Definition at line 18193 of file exprtk.hpp.

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

Definition at line 18195 of file exprtk.hpp.

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

Definition at line 18192 of file exprtk.hpp.


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