Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QtxEvalExpr.h File Reference
#include "Qtx.h"
#include <QList>
#include <QVariant>

Go to the source code of this file.

Classes

class  QtxEvalExpr
 String expression evaluator. More...
 
class  QtxEvalParser
 Expression parser. More...
 
struct  QtxEvalParser::PostfixItem
 Postfix representation element. More...
 
class  QtxEvalSet
 Generic class for all the operations sets used in expressions. More...
 
class  QtxEvalSetBase
 Generic class. Provides functionality for standard operations sets. More...
 
class  QtxEvalSetArithmetic
 Provides set of arithmetical operations for the parser. More...
 
class  QtxEvalSetLogic
 Provides set of logical operations for the parser. More...
 
class  QtxEvalSetMath
 Provides a set of more complex operations (mathematical functions) for the parser (sqrt, sin, cos, etc). More...
 
class  QtxEvalSetString
 Provides set of string operations for the parser. More...
 
class  QtxEvalSetSets
 Provides set of operations with sequences for the parser. More...
 
class  QtxEvalSetConst
 Provides different standard constants. More...