exprtk::lexer::helper::symbol_replacer Class Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::lexer::helper::symbol_replacer:
Inheritance graph

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 ()
 
std::size_t process (generator &g)
 
virtual void init ()
 
virtual void reset ()
 
virtual bool result ()
 

Member Function Documentation

◆ add_replace()

bool exprtk::lexer::helper::symbol_replacer::add_replace ( const std::string target_symbol,
const std::string replace_symbol,
const lexer::token::token_type  token_type = lexer::token::e_symbol 
)
inline

◆ clear()

void exprtk::lexer::helper::symbol_replacer::clear ( )
inline

◆ init()

virtual void exprtk::lexer::helper_interface::init ( )
inlinevirtualinherited

◆ process()

std::size_t exprtk::lexer::token_modifier::process ( generator g)
inlinevirtualinherited

◆ remove()

bool exprtk::lexer::helper::symbol_replacer::remove ( const std::string target_symbol)
inline

◆ reset()

◆ result()


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