My Project
pieceTable.cc
Go to the documentation of this file.
1/* pieceTable.cc
2 */
5
6template<osl::Ptype T>
8{
9 for (int num=PtypeTraits<T>::indexMin; num<PtypeTraits<T>::indexLimit; num++)
10 {
11 ptypes[num]=T;
12 }
13}
14
26
CArray< Ptype, Piece::SIZE > ptypes
Definition pieceTable.h:13