Qucs-core  0.0.19
Namespaces | Defines
property.cpp File Reference
#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"
Include dependency graph for property.cpp:

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

Define Documentation

#define D (   con)    ((constant *) (con))->d

Definition at line 70 of file property.cpp.

#define S (   con)    ((constant *) (con))->s

Definition at line 71 of file property.cpp.

#define V (   con)    ((constant *) (con))->v

Definition at line 72 of file property.cpp.