OpcUaCanOpen
CANopen OPC-UA server
|
Classes | |
struct | type |
Enumerations | |
enum | error_mode { e_unknown = 0, e_syntax = 1, e_token = 2, e_numeric = 4, e_symtab = 5, e_lexer = 6, e_helper = 7 } |
Functions | |
type | make_error (const error_mode mode, const std::string &diagnostic="", const std::string &src_location="") |
type | make_error (const error_mode mode, const lexer::token &tk, const std::string &diagnostic="", const std::string &src_location="") |
std::string | to_str (error_mode mode) |
bool | update_error (type &error, const std::string &expression) |
void | dump_error (const type &error) |
Enumerator | |
---|---|
e_unknown | |
e_syntax | |
e_token | |
e_numeric | |
e_symtab | |
e_lexer | |
e_helper |
Definition at line 18157 of file exprtk.hpp.
|
inline |
Definition at line 18269 of file exprtk.hpp.
|
inline |
Definition at line 18185 of file exprtk.hpp.
|
inline |
Definition at line 18198 of file exprtk.hpp.
|
inline |
Definition at line 18212 of file exprtk.hpp.
|
inline |
Definition at line 18227 of file exprtk.hpp.