Definition at line 3375 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
◆ numeric_checker()
exprtk::lexer::helper::numeric_checker::numeric_checker |
( |
| ) |
|
|
inline |
◆ clear_errors()
void exprtk::lexer::helper::numeric_checker::clear_errors |
( |
| ) |
|
|
inline |
◆ error_count()
std::size_t exprtk::lexer::helper::numeric_checker::error_count |
( |
| ) |
const |
|
inline |
◆ error_index()
std::size_t exprtk::lexer::helper::numeric_checker::error_index |
( |
const std::size_t & |
i | ) |
|
|
inline |
◆ init()
virtual void exprtk::lexer::helper_interface::init |
( |
| ) |
|
|
inlinevirtualinherited |
◆ operator()() [1/4]
virtual bool exprtk::lexer::token_scanner::operator() |
( |
const token & |
, |
|
|
const token & |
|
|
) |
| |
|
inlinevirtualinherited |
◆ operator()() [2/4]
virtual bool exprtk::lexer::token_scanner::operator() |
( |
const token & |
, |
|
|
const token & |
, |
|
|
const token & |
|
|
) |
| |
|
inlinevirtualinherited |
◆ operator()() [3/4]
virtual bool exprtk::lexer::token_scanner::operator() |
( |
const token & |
, |
|
|
const token & |
, |
|
|
const token & |
, |
|
|
const token & |
|
|
) |
| |
|
inlinevirtualinherited |
◆ operator()() [4/4]
bool exprtk::lexer::helper::numeric_checker::operator() |
( |
const lexer::token & |
t | ) |
|
|
inlinevirtual |
◆ process()
std::size_t exprtk::lexer::token_scanner::process |
( |
generator & |
g | ) |
|
|
inlinevirtualinherited |
◆ reset()
void exprtk::lexer::helper::numeric_checker::reset |
( |
| ) |
|
|
inlinevirtual |
◆ result()
bool exprtk::lexer::helper::numeric_checker::result |
( |
| ) |
|
|
inlinevirtual |
◆ current_index_
std::size_t exprtk::lexer::helper::numeric_checker::current_index_ |
|
private |
◆ error_list_
std::vector<std::size_t> exprtk::lexer::helper::numeric_checker::error_list_ |
|
private |