3 #ifndef OSL_PTYPETABLE_H
4 #define OSL_PTYPETABLE_H
23 CArray<const char *, PTYPE_SIZE>
names;
32 CArray2d<EffectContent,PTYPEO_SIZE,Offset32::SIZE>
effectTable;
53 #if OSL_WORDSIZE == 64
54 int getIndex(
Ptype)
const
58 #elif OSL_WORDSIZE == 32
59 int getIndex(
Ptype ptype)
const
94 return canDropTo(ptype, pos, Int2Type<BLACK>());
96 return canDropTo(ptype, pos, Int2Type<WHITE>());
150 const int i2 = offset32.
index();