|
OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Inherits exprtk::lexer::token_modifier.
Public Member Functions | |
| bool | remove (const std::string &target_symbol) |
| bool | add_replace (const std::string &target_symbol, const std::string &replace_symbol, const lexer::token::token_type token_type=lexer::token::e_symbol) |
| void | clear () |
Public Member Functions inherited from exprtk::lexer::token_modifier | |
| std::size_t | process (generator &g) |
Public Member Functions inherited from exprtk::lexer::helper_interface | |
| virtual void | init () |
| virtual void | reset () |
| virtual bool | result () |
| virtual | ~helper_interface () |
Private Types | |
| typedef std::map< std::string, std::pair< std::string, token::token_type >, details::ilesscompare > | replace_map_t |
Private Member Functions | |
| bool | modify (lexer::token &t) |
Private Attributes | |
| replace_map_t | replace_map_ |
Definition at line 3571 of file exprtk.hpp.
|
private |
Definition at line 3575 of file exprtk.hpp.
|
inline |
Definition at line 3591 of file exprtk.hpp.
|
inline |
Definition at line 3607 of file exprtk.hpp.
|
inlineprivatevirtual |
Implements exprtk::lexer::token_modifier.
Definition at line 3614 of file exprtk.hpp.
|
inline |
Definition at line 3579 of file exprtk.hpp.
|
private |
Definition at line 3635 of file exprtk.hpp.