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

Go to the source code of this file.

Macros

#define foreach_equation(eqn)
 
#define A(a)   ((assignment *) (a))
 

Macro Definition Documentation

#define A (   a)    ((assignment *) (a))

Definition at line 315 of file environment.cpp.

#define foreach_equation (   eqn)
Value:
for (assignment * (eqn) = A (equations); \
(eqn) != NULL; (eqn) = A ((eqn)->getNext ()))

Definition at line 310 of file environment.cpp.