#include <variable.h>
Definition at line 54 of file variable.h.
qucs::variable::variable |
( |
| ) |
|
qucs::variable::variable |
( |
char * |
n | ) |
|
qucs::variable::variable |
( |
const variable & |
o | ) |
|
qucs::variable::~variable |
( |
| ) |
|
|
virtual |
Destructor deletes an instance of the variable class.
Definition at line 71 of file variable.cpp.
analysis* qucs::variable::getAnalysis |
( |
void |
| ) |
|
|
inline |
eqn::constant* qucs::variable::getConstant |
( |
void |
| ) |
|
|
inline |
char * qucs::variable::getName |
( |
void |
| ) |
|
variable* qucs::variable::getNext |
( |
void |
| ) |
|
|
inline |
bool qucs::variable::getPassing |
( |
void |
| ) |
|
|
inline |
eqn::reference* qucs::variable::getReference |
( |
void |
| ) |
|
|
inline |
substrate* qucs::variable::getSubstrate |
( |
void |
| ) |
|
|
inline |
int qucs::variable::getType |
( |
void |
| ) |
|
|
inline |
eqn::constant* qucs::variable::getValue |
( |
void |
| ) |
|
|
inline |
void qucs::variable::setAnalysis |
( |
analysis * |
a | ) |
|
|
inline |
void qucs::variable::setConstant |
( |
eqn::constant * |
c | ) |
|
|
inline |
void qucs::variable::setName |
( |
char * |
n | ) |
|
void qucs::variable::setNext |
( |
variable * |
v | ) |
|
|
inline |
void qucs::variable::setPassing |
( |
bool |
p | ) |
|
|
inline |
void qucs::variable::setReference |
( |
eqn::reference * |
r | ) |
|
|
inline |
void qucs::variable::setSubstrate |
( |
substrate * |
s | ) |
|
|
inline |
void qucs::variable::setType |
( |
int |
t | ) |
|
|
inline |
void qucs::variable::setValue |
( |
eqn::constant * |
v | ) |
|
|
inline |
char * qucs::variable::toString |
( |
void |
| ) |
|
char* qucs::variable::name |
|
private |
bool qucs::variable::pass |
|
private |
char* qucs::variable::text |
|
private |
The documentation for this class was generated from the following files: