My Project
0.0.16
QUCS Mapping
|
#include <equation.h>
Public Attributes | |
bool | dataref |
int | type |
union { | |
nr_double_t d | |
nr_complex_t * c | |
vector * v | |
matrix * m | |
matvec * mv | |
char chr | |
char * s | |
range * r | |
bool b | |
}; | |
Public Attributes inherited from eqn::node | |
int | duplicate |
int | cycle |
int | evalPossible |
int | skip |
char * | txt |
int | evaluated |
char * | instance |
int | output |
int | dropdeps |
solver * | solvee |
checker * | checkee |
Definition at line 147 of file equation.h.
constant::constant | ( | ) |
Definition at line 61 of file equation.cpp.
eqn::constant::constant | ( | int | ) |
eqn::constant::constant | ( | const constant & | ) |
constant::~constant | ( | ) |
Definition at line 120 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 247 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 236 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 241 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 147 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 115 of file equation.cpp.
|
virtual |
Reimplemented from eqn::node.
Definition at line 166 of file equation.cpp.
union { ... } |
bool eqn::constant::b |
Definition at line 173 of file equation.h.
nr_complex_t* eqn::constant::c |
Definition at line 166 of file equation.h.
char eqn::constant::chr |
Definition at line 170 of file equation.h.
nr_double_t eqn::constant::d |
Definition at line 165 of file equation.h.
bool eqn::constant::dataref |
Definition at line 162 of file equation.h.
matrix* eqn::constant::m |
Definition at line 168 of file equation.h.
matvec* eqn::constant::mv |
Definition at line 169 of file equation.h.
range* eqn::constant::r |
Definition at line 172 of file equation.h.
char* eqn::constant::s |
Definition at line 171 of file equation.h.
int eqn::constant::type |
Definition at line 163 of file equation.h.
vector* eqn::constant::v |
Definition at line 167 of file equation.h.