Bridge++
Ver. 1.2.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
defs.h
Go to the documentation of this file.
1
#ifndef _DEFS_H_
2
#define _DEFS_H_
3
4
#include <string>
5
6
// for debug
7
//#define LOG printf(">>> %s\n", __PRETTY_FUNCTION__)
8
#define LOG
9
10
// direction label
11
enum
Direction
12
{
13
XDIR
= 0,
14
YDIR
= 1,
15
ZDIR
= 2,
16
TDIR
= 3,
17
WDIR
= 4,
18
};
19
20
enum
ForwardBackward
21
{
22
Forward
= 1,
// +mu
23
Backward
= -1,
// -mu
24
};
25
26
// function status
27
enum
28
{
29
BRIDGE_SUCCESS
= 0,
30
BRIDGE_ERR
= 255,
31
};
32
#endif
/* _DEFS_H_ */
XDIR
Definition:
defs.h:13
Direction
Direction
Definition:
defs.h:11
ForwardBackward
ForwardBackward
Definition:
defs.h:20
Forward
Definition:
defs.h:22
YDIR
Definition:
defs.h:14
BRIDGE_SUCCESS
Definition:
defs.h:29
BRIDGE_ERR
Definition:
defs.h:30
WDIR
Definition:
defs.h:17
Backward
Definition:
defs.h:23
TDIR
Definition:
defs.h:16
ZDIR
Definition:
defs.h:15
work
sueda-2
code
bridge-code
bridge-1.2.2
src
defs.h
Generated on Fri Jan 30 2015 16:45:56 for Bridge++ by
1.8.5