Bridge++
Ver. 1.1.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_ */
src
defs.h
Generated on Tue Jul 23 2013 10:48:48 for Bridge++ by
1.8.3.1