Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bridge_defs.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 Element_type
 

Macros

#define LOG
 

Enumerations

enum  Direction {
  XDIR = 0, YDIR = 1, ZDIR = 2, TDIR = 3,
  WDIR = 4
}
 
enum  ForwardBackward { Forward = 1, Backward = -1 }
 
enum  Element_type::type { Element_type::REAL = 1, Element_type::COMPLEX = 2 }
 

Detailed Description

Author
Tatsumi Aoyama (aoym)
LastChangedBy:
aoyama
Date
LastChangedDate:
2019-01-21 17:06:23 #
Version
LastChangedRevision:
1929

Definition in file bridge_defs.h.

Macro Definition Documentation

#define LOG

Definition at line 21 of file bridge_defs.h.

Enumeration Type Documentation

enum Direction
Enumerator
XDIR 
YDIR 
ZDIR 
TDIR 
WDIR 

Definition at line 24 of file bridge_defs.h.

Enumerator
Forward 
Backward 

Definition at line 33 of file bridge_defs.h.