|
Qucs-core
0.0.19
|
The analysis class header file. More...


Go to the source code of this file.
Data Structures | |
| class | qucs::analysis |
| class for performing circuit analyses. More... | |
Namespaces | |
| namespace | qucs |
Defines | |
| #define | SAVE_OPS 1 |
| #define | SAVE_ALL 2 |
| #define | SAVE_CVS 4 |
| #define | ACREATOR(val) |
The analysis class header file.
Contains the analysis class definition.
Definition in file analysis.h.
| #define ACREATOR | ( | val | ) |
val (); \ static analysis * create (void) { return new val (); } \ static struct define_t anadef; \ static struct define_t * definition (void) { return &anadef; }
Definition at line 41 of file analysis.h.
| #define SAVE_ALL 2 |
Definition at line 38 of file analysis.h.
| #define SAVE_CVS 4 |
Definition at line 39 of file analysis.h.
| #define SAVE_OPS 1 |
Definition at line 37 of file analysis.h.
1.7.6.1