File: boardKey.cc

package info (click to toggle)
libosl 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 273,976 kB
  • sloc: cpp: 129,625; ansic: 7,145; ruby: 1,290; makefile: 558; perl: 413; sh: 35
file content (12 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#include "osl/hash/boardKey.tcc"

template class osl::hash::GeneralBoardKey<unsigned int,4>;
template class osl::hash::GeneralBoardKey<unsigned long long,2>;
template struct osl::hash::GeneralHashKey<osl::hash::BoardKey32>;
template struct osl::hash::GeneralHashKey<osl::hash::BoardKey64>;


// ;;; Local Variables:
// ;;; mode:c++
// ;;; c-basic-offset:2
// ;;; End: