My Project
ptypeEvalTraits.h
Go to the documentation of this file.
1 /* ptypeEvalTraits.h
2  */
3 #ifndef EVAL_PTYPEEVALTRAITS_H
4 #define EVAL_PTYPEEVALTRAITS_H
5 
6 #include "osl/basic_type.h"
7 namespace osl
8 {
9  namespace eval
10  {
11  template<Ptype T>
13 
14  template<>
16  static const int val=128;
17  };
18 
19  template<>
21  static const int val=768;
22  };
23 
24  template<>
26  static const int val=512;
27  };
28 
29  template<>
31  static const int val=768;
32  };
33 
34  template<>
36  static const int val=512;
37  };
38 
39  template<>
41  static const int val=768;
42  };
43 
44  template<>
46  static const int val=704;
47  };
48 
49  template<>
51  static const int val=768;
52  };
53 
54  template<>
56  static const int val=768;
57  };
58 
59  template<>
61  static const int val=1024;
62  };
63 
64  template<>
66  static const int val=1472;
67  };
68 
69  template<>
71  static const int val=1216;
72  };
73 
74  template<>
76  static const int val=1664;
77  };
78 
79  template<>
81  static const int val=12800;
82  };
83 
84  } // namespace eval
85 } // namespace osl
86 
87 
88 #endif /* EVAL_PTYPEEVALTRAITS_H */
89 // ;;; Local Variables:
90 // ;;; mode:c++
91 // ;;; c-basic-offset:2
92 // ;;; End:
@ ROOK
Definition: basic_type.h:100
@ PPAWN
Definition: basic_type.h:87
@ BISHOP
Definition: basic_type.h:99
@ PROOK
Definition: basic_type.h:92
@ PAWN
Definition: basic_type.h:95
@ KING
Definition: basic_type.h:93
@ KNIGHT
Definition: basic_type.h:97
@ SILVER
Definition: basic_type.h:98
@ PKNIGHT
Definition: basic_type.h:89
@ GOLD
Definition: basic_type.h:94
@ PLANCE
Definition: basic_type.h:88
@ PBISHOP
Definition: basic_type.h:91
@ LANCE
Definition: basic_type.h:96
@ PSILVER
Definition: basic_type.h:90