My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
property.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "complex.h"
#include "variable.h"
#include "property.h"
Include dependency graph for property.cpp:

Go to the source code of this file.

Macros

#define D(con)   ((constant *) (con))->d
 
#define S(con)   ((constant *) (con))->s
 
#define V(con)   ((constant *) (con))->v
 

Macro Definition Documentation

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

Definition at line 153 of file property.cpp.

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

Definition at line 154 of file property.cpp.

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

Definition at line 155 of file property.cpp.