#include <variable.h>
Definition at line 48 of file variable.h.
variable::variable |
( |
char * |
n | ) |
|
variable::variable |
( |
const variable & |
o | ) |
|
Destructor deletes an instance of the variable class.
Definition at line 70 of file variable.cpp.
analysis* variable::getAnalysis |
( |
void |
| ) |
|
|
inline |
constant* variable::getConstant |
( |
void |
| ) |
|
|
inline |
char * variable::getName |
( |
void |
| ) |
|
bool variable::getPassing |
( |
void |
| ) |
|
|
inline |
reference* variable::getReference |
( |
void |
| ) |
|
|
inline |
int variable::getType |
( |
void |
| ) |
|
|
inline |
constant* variable::getValue |
( |
void |
| ) |
|
|
inline |
void variable::setAnalysis |
( |
analysis * |
a | ) |
|
|
inline |
void variable::setConstant |
( |
constant * |
c | ) |
|
|
inline |
void variable::setName |
( |
char * |
n | ) |
|
void variable::setPassing |
( |
bool |
p | ) |
|
|
inline |
void variable::setReference |
( |
reference * |
r | ) |
|
|
inline |
void variable::setType |
( |
int |
t | ) |
|
|
inline |
void variable::setValue |
( |
constant * |
v | ) |
|
|
inline |
char * variable::toString |
( |
void |
| ) |
|
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/variable.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/variable.cpp