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 () |
Helper class for LogicalExpressions that splits the expression into subexpressions - needs to be apllied iteratively.
1.8.6