All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
categoryMoveVector.cc
Go to the documentation of this file.
1 /* categoryMoveVector.cc
2  */
4 
6 CategoryMoves::CategoryMoves(const MoveLogProbVector& v, const std::string& n)
7  : moves(v), category(n)
8 {
9 }
12 {
13 }
14 
17 {
18 }
19 
22 {
23 }
24 
25 /* ------------------------------------------------------------------------- */
26 // ;;; Local Variables:
27 // ;;; mode:c++
28 // ;;; c-basic-offset:2
29 // ;;; End: