Qucs-core  0.0.19
Data Structures | Namespaces | Defines
analysis.h File Reference

The analysis class header file. More...

#include "object.h"
#include "ptrlist.h"
Include dependency graph for analysis.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

The analysis class header file.

Contains the analysis class definition.

Definition in file analysis.h.


Define Documentation

#define ACREATOR (   val)
Value:
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.