PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::lexer::helper::numeric_checker Class Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::lexer::helper::numeric_checker:
Collaboration diagram for exprtk::lexer::helper::numeric_checker:

Public Member Functions

 numeric_checker ()
 
bool result ()
 
void reset ()
 
bool operator() (const lexer::token &t)
 
std::size_t error_count () const
 
std::size_t error_index (const std::size_t &i)
 
void clear_errors ()
 
- Public Member Functions inherited from exprtk::lexer::token_scanner
virtual ~token_scanner ()
 
 token_scanner (const std::size_t &stride)
 
std::size_t process (generator &g)
 
virtual bool operator() (const token &, const token &)
 
virtual bool operator() (const token &, const token &, const token &)
 
virtual bool operator() (const token &, const token &, const token &, const token &)
 
- Public Member Functions inherited from exprtk::lexer::helper_interface
virtual void init ()
 
virtual ~helper_interface ()
 

Private Attributes

std::size_t current_index_
 
std::vector< std::size_t > error_list_
 

Detailed Description

Definition at line 3510 of file exprtk.hpp.

Constructor & Destructor Documentation

exprtk::lexer::helper::numeric_checker::numeric_checker ( )
inline

Definition at line 3516 of file exprtk.hpp.

Member Function Documentation

void exprtk::lexer::helper::numeric_checker::clear_errors ( )
inline

Definition at line 3562 of file exprtk.hpp.

Here is the caller graph for this function:

std::size_t exprtk::lexer::helper::numeric_checker::error_count ( ) const
inline

Definition at line 3549 of file exprtk.hpp.

Here is the caller graph for this function:

std::size_t exprtk::lexer::helper::numeric_checker::error_index ( const std::size_t &  i)
inline

Definition at line 3554 of file exprtk.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool exprtk::lexer::helper::numeric_checker::operator() ( const lexer::token t)
inlinevirtual

Reimplemented from exprtk::lexer::token_scanner.

Definition at line 3532 of file exprtk.hpp.

Here is the call graph for this function:

void exprtk::lexer::helper::numeric_checker::reset ( )
inlinevirtual

Reimplemented from exprtk::lexer::helper_interface.

Definition at line 3526 of file exprtk.hpp.

bool exprtk::lexer::helper::numeric_checker::result ( )
inlinevirtual

Reimplemented from exprtk::lexer::helper_interface.

Definition at line 3521 of file exprtk.hpp.

Member Data Documentation

std::size_t exprtk::lexer::helper::numeric_checker::current_index_
private

Definition at line 3569 of file exprtk.hpp.

std::vector<std::size_t> exprtk::lexer::helper::numeric_checker::error_list_
private

Definition at line 3570 of file exprtk.hpp.


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