|
Qucs-core
0.0.19
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <cmath>#include <string>#include "complex.h"#include "variable.h"#include "property.h"
Go to the source code of this file.
Namespaces | |
| namespace | qucs |
Defines | |
| #define | D(con) ((constant *) (con))->d |
| #define | S(con) ((constant *) (con))->s |
| #define | V(con) ((constant *) (con))->v |
Definition at line 70 of file property.cpp.
| #define S | ( | con | ) | ((constant *) (con))->s |
Definition at line 71 of file property.cpp.
Definition at line 72 of file property.cpp.
1.7.6.1