Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Macros
analysis.h File Reference

The analysis class header file. More...

#include "object.h"

Go to the source code of this file.

Data Structures

class  qucs::ptrlist< type_t >
 
class  qucs::analysis
 class for performing circuit analyses. More...
 

Namespaces

 qucs
 

Macros

#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.

Macro Definition 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 40 of file analysis.h.

#define SAVE_ALL   2

Definition at line 37 of file analysis.h.

#define SAVE_CVS   4

Definition at line 38 of file analysis.h.

#define SAVE_OPS   1

Definition at line 36 of file analysis.h.