Analitza
#include <vector.h>
|
enum | ObjectType {
none =0,
value,
variable,
vector,
list,
apply,
oper,
container,
matrix,
matrixrow,
custom
} |
|
const ObjectType | m_type |
|
Definition at line 34 of file vector.h.
Analitza::Vector::Vector |
( |
const Vector & |
v | ) |
|
Analitza::Vector::Vector |
( |
int |
size | ) |
|
virtual Analitza::Vector::~Vector |
( |
| ) |
|
|
virtual |
void Analitza::Vector::appendBranch |
( |
Object * |
| ) |
|
Object* Analitza::Vector::at |
( |
int |
i | ) |
const |
|
inline |
iterator Analitza::Vector::begin |
( |
| ) |
|
|
inline |
const_iterator Analitza::Vector::constBegin |
( |
| ) |
const |
|
inline |
const_iterator Analitza::Vector::constEnd |
( |
| ) |
const |
|
inline |
Vector* Analitza::Vector::copy |
( |
| ) |
const |
|
virtual |
iterator Analitza::Vector::end |
( |
| ) |
|
|
inline |
iterator Analitza::Vector::erase |
( |
const iterator & |
it | ) |
|
|
inline |
virtual bool Analitza::Vector::isZero |
( |
| ) |
const |
|
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::Vector::operator== |
( |
const Vector & |
v | ) |
const |
void Analitza::Vector::setAt |
( |
int |
i, |
|
|
Object * |
o |
|
) |
| |
|
inline |
int Analitza::Vector::size |
( |
| ) |
const |
|
inline |
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
KDE's Doxygen guidelines are available online.