#include <exprtk.hpp>
Public Member Functions | |
std::size_t | error_count () const |
std::size_t | error_index (const std::size_t &i) |
numeric_checker () | |
bool | operator() (const lexer::token &t) |
void | reset () |
bool | result () |
Private Attributes | |
std::size_t | current_index_ |
std::deque< std::size_t > | error_list_ |
Definition at line 2699 of file exprtk.hpp.
Definition at line 2703 of file exprtk.hpp.
std::size_t exprtk::lexer::helper::numeric_checker::error_count | ( | ) | const [inline] |
Definition at line 2733 of file exprtk.hpp.
std::size_t exprtk::lexer::helper::numeric_checker::error_index | ( | const std::size_t & | i | ) | [inline] |
Definition at line 2738 of file exprtk.hpp.
bool exprtk::lexer::helper::numeric_checker::operator() | ( | const lexer::token & | t | ) | [inline, virtual] |
Reimplemented from exprtk::lexer::token_scanner.
Definition at line 2719 of file exprtk.hpp.
void exprtk::lexer::helper::numeric_checker::reset | ( | ) | [inline, virtual] |
Reimplemented from exprtk::lexer::helper_interface.
Definition at line 2713 of file exprtk.hpp.
bool exprtk::lexer::helper::numeric_checker::result | ( | ) | [inline, virtual] |
Reimplemented from exprtk::lexer::helper_interface.
Definition at line 2708 of file exprtk.hpp.
std::size_t exprtk::lexer::helper::numeric_checker::current_index_ [private] |
Definition at line 2748 of file exprtk.hpp.
std::deque<std::size_t> exprtk::lexer::helper::numeric_checker::error_list_ [private] |
Definition at line 2749 of file exprtk.hpp.