My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Enumerations
analysis.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ptrlist< type_t >
 
class  analysis
 

Macros

#define SAVE_OPS   1
 
#define SAVE_ALL   2
 
#define SAVE_CVS   4
 
#define ACREATOR(val)
 

Enumerations

enum  analysis_type {
  ANALYSIS_UNKNOWN = -1, ANALYSIS_SWEEP, ANALYSIS_DC, ANALYSIS_AC,
  ANALYSIS_HBALANCE, ANALYSIS_TRANSIENT, ANALYSIS_SPARAMETER
}
 

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 32 of file analysis.h.

#define SAVE_ALL   2

Definition at line 29 of file analysis.h.

#define SAVE_CVS   4

Definition at line 30 of file analysis.h.

#define SAVE_OPS   1

Definition at line 28 of file analysis.h.

Enumeration Type Documentation

Enumerator:
ANALYSIS_UNKNOWN 
ANALYSIS_SWEEP 
ANALYSIS_DC 
ANALYSIS_AC 
ANALYSIS_HBALANCE 
ANALYSIS_TRANSIENT 
ANALYSIS_SPARAMETER 

Definition at line 45 of file analysis.h.