evalStagePair.h
Go to the documentation of this file.
00001 /* evalStagePair.h
00002  */
00003 #ifndef _EVALSTAGEPAIR_H
00004 #define _EVALSTAGEPAIR_H
00005 
00006 #include "osl/eval/ml/midgame.h"
00007 #include "osl/misc/carray.h"
00008 namespace osl
00009 {
00010   namespace eval
00011   {
00012     namespace ml
00013     {
00014       typedef CArray<CArray<int,EvalStages>,2> EvalStagePair;
00015       typedef CArray<CArray<int,2>,EvalStages> PairEvalStage;
00016     }
00017   }
00018 }
00019 
00020 #endif /* _EVALSTAGEPAIR_H */
00021 // ;;; Local Variables:
00022 // ;;; mode:c++
00023 // ;;; c-basic-offset:2
00024 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines