sospin is hosted by Hepforge, IPPP Durham
SOSpin  1.0.0
enum.h File Reference

Enumerators. More...

Go to the source code of this file.

Typedefs

typedef enum OPMode_s OPMode
 
typedef enum Verbosity_s Verbosity
 
typedef enum FuncProp_s FuncProp
 

Enumerations

enum  OPMode_s { none, bra, ket, braket }
 
enum  Verbosity_s { SILENT, SUMMARIZE, VERBOSE, DEBUG_VERBOSE }
 
enum  FuncProp_s { SYM, ASYM, SYM_WITH_FLAVOR, ASYM_WITH_FLAVOR }
 

Detailed Description

Enumerators.

Definition in file enum.h.

Typedef Documentation

typedef enum FuncProp_s FuncProp
typedef enum OPMode_s OPMode
typedef enum Verbosity_s Verbosity

Enumeration Type Documentation

enum FuncProp_s
Enumerator
SYM 
ASYM 
SYM_WITH_FLAVOR 
ASYM_WITH_FLAVOR 

Definition at line 76 of file enum.h.

enum OPMode_s
Enumerator
none 
bra 
ket 
braket 

Definition at line 51 of file enum.h.

Enumerator
SILENT 
SUMMARIZE 
VERBOSE 
DEBUG_VERBOSE 

Definition at line 63 of file enum.h.