Analitza
Analitza::Matrix Class Reference
#include <matrix.h>
Inheritance diagram for Analitza::Matrix:
Public Member Functions | |
Matrix () | |
virtual | ~Matrix () |
virtual QVariant | accept (AbstractExpressionVisitor *exp) const |
void | appendBranch (Object *o) |
Object * | at (int i, int j) const |
iterator | begin () |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
virtual Object * | copy () const |
iterator | end () |
Analitza::Matrix::iterator | erase (const Analitza::Matrix::iterator &it) |
virtual bool | matches (const Object *exp, QMap< QString, const Object * > *found) const |
bool | operator== (const Matrix &m) const |
int | size () const |
QList< Object * > | values () const |
Public Member Functions inherited from Analitza::Object | |
virtual | ~Object () |
bool | isApply () const |
bool | isContainer () const |
virtual bool | isZero () const |
QString | toString () const |
enum ObjectType | type () const |
Additional Inherited Members | |
Public Types inherited from Analitza::Object | |
enum | ObjectType { none =0, value, variable, vector, list, apply, oper, container, matrix, matrixrow, custom } |
Protected Member Functions inherited from Analitza::Object | |
Object (enum ObjectType t) | |
Protected Attributes inherited from Analitza::Object | |
const ObjectType | m_type |
Detailed Description
Constructor & Destructor Documentation
Analitza::Matrix::Matrix | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Returns some string depending on the visior.
Implements Analitza::Object.
void Analitza::Matrix::appendBranch | ( | Object * | o | ) |
Object* Analitza::Matrix::at | ( | int | i, |
int | j | ||
) | const |
|
inline |
|
virtual |
- Returns
- a new and equal instance of the tree.
Implements Analitza::Object.
|
inline |
|
virtual |
exp
is the tree that we will compare to, found
is where we will pass the variables store the results.
It will return whether the object follows the pattern
structure.
Implements Analitza::Object.
bool Analitza::Matrix::operator== | ( | const Matrix & | m | ) | const |
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.