My Project
core
osl
eval
evalStagePair.h
Go to the documentation of this file.
1
/* evalStagePair.h
2
*/
3
#ifndef OSL_EVALSTAGEPAIR_H
4
#define OSL_EVALSTAGEPAIR_H
5
6
#include "
osl/eval/midgame.h
"
7
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
/* OSL_EVALSTAGEPAIR_H */
21
// ;;; Local Variables:
22
// ;;; mode:c++
23
// ;;; c-basic-offset:2
24
// ;;; End:
osl::CArray
Definition
container.h:20
midgame.h
osl::eval::ml::PairEvalStage
CArray< CArray< int, 2 >, EvalStages > PairEvalStage
Definition
evalStagePair.h:15
osl::eval::ml::EvalStagePair
CArray< CArray< int, EvalStages >, 2 > EvalStagePair
Definition
evalStagePair.h:14
osl
Definition
additionalEffect.h:6
osl::EvalStages
const int EvalStages
Definition
midgame.h:12
Generated by
1.9.8