Analitza
Analitza::Operations Class Reference
#include <operations.h>
Public Types | |
typedef Object *(* | BinaryOp )(Operator::OperatorType op, Object *, Object *, QString **correct) |
typedef Cn *(* | UnaryOp )(Operator::OperatorType, Object *, QString **) |
Static Public Member Functions | |
static QList< ExpressionType > | infer (Analitza::Operator::OperatorType op) |
static QList< ExpressionType > | inferUnary (Operator::OperatorType op) |
static Object * | reduce (Operator::OperatorType op, Object *oper, Object *oper1, QString **correct) |
static Object * | reduceUnary (Operator::OperatorType op, Object *oper, QString **correct) |
Detailed Description
Definition at line 35 of file operations.h.
Member Typedef Documentation
typedef Object*(* Analitza::Operations::BinaryOp)(Operator::OperatorType op, Object *, Object *, QString **correct) |
Definition at line 39 of file operations.h.
typedef Cn*(* Analitza::Operations::UnaryOp)(Operator::OperatorType, Object *, QString **) |
Definition at line 38 of file operations.h.
Member Function Documentation
|
static |
|
static |
|
static |
|
static |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.