Marlin  1.17.1
 All Classes Namespaces Functions Variables Enumerations Friends Pages
Public Member Functions | List of all members
marlin::Tokenizer Class Reference

Helper class for LogicalExpressions that splits the expression into subexpressions - needs to be apllied iteratively. More...

#include <LogicalExpressions.h>

Public Member Functions

 Tokenizer (std::vector< Expression > &tokens)
 
void operator() (const char &c)
 Save the current character and change state if necessary.
 
std::vector< Expression > & result ()
 

Detailed Description

Helper class for LogicalExpressions that splits the expression into subexpressions - needs to be apllied iteratively.


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