Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
osl
search
analyzer
categoryMoveVector.h
Go to the documentation of this file.
1
// categoryMoveVector.h
2
#ifndef CATEGORYMOVEVECTOR_H
3
#define CATEGORYMOVEVECTOR_H
4
5
#include "
osl/container/moveLogProbVector.h
"
6
#include "
osl/stl/slist.h
"
7
#include <string>
8
9
namespace
osl
10
{
11
namespace
search
12
{
13
namespace
analyzer
14
{
15
struct
CategoryMoves
16
{
17
MoveLogProbVector
moves
;
18
std::string
category
;
19
20
CategoryMoves
(
const
MoveLogProbVector&,
const
std::string&);
21
~CategoryMoves
();
22
};
23
class
CategoryMoveVector
24
:
public
osl::slist<CategoryMoves>
25
{
26
public
:
27
CategoryMoveVector
();
28
~CategoryMoveVector
();
29
};
30
}
// namespace analyzer
31
}
// namespace search
32
}
// namespace osl
33
34
#endif
/* CATEGORYMOVEVECTOR_H */
35
// ;;; Local Variables:
36
// ;;; mode:c++
37
// ;;; c-basic-offset:2
38
// ;;; End:
Generated on Sun Jul 21 2013 13:37:23 by
1.8.4