All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
evalStagePair.h
Go to the documentation of this file.
1 /* evalStagePair.h
2  */
3 #ifndef _EVALSTAGEPAIR_H
4 #define _EVALSTAGEPAIR_H
5 
6 #include "osl/eval/ml/midgame.h"
7 #include "osl/misc/carray.h"
8 namespace osl
9 {
10  namespace eval
11  {
12  namespace ml
13  {
14  typedef CArray<CArray<int,EvalStages>,2> EvalStagePair;
15  typedef CArray<CArray<int,2>,EvalStages> PairEvalStage;
16  }
17  }
18 }
19 
20 #endif /* _EVALSTAGEPAIR_H */
21 // ;;; Local Variables:
22 // ;;; mode:c++
23 // ;;; c-basic-offset:2
24 // ;;; End: