All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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/ptype.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: