HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
SphinxTaskReducerFactoryIf.hpp
Go to the documentation of this file.
1
15
#ifndef SPHINXTASKREDUCERFACTORYIF_HPP_
16
#define SPHINXTASKREDUCERFACTORYIF_HPP_
17
18
#include "
SphinxTaskReducerIf.hpp
"
19
#include "
SphinxResultTruncaterIf.hpp
"
20
#include "
ReduceTaskCore.hpp
"
21
22
namespace
HCE{
23
namespace
sphinx{
24
namespace
reduce_task{
25
26
class
SphinxTaskReducerFactoryIf
{
27
public
:
28
virtual
~SphinxTaskReducerFactoryIf
(){}
29
30
virtual
Poco::SharedPtr<SphinxTaskReducerIf>
create
() = 0;
31
virtual
HCE::reduce::core::ScheduleStrategyIf
&
getScheduleStrategy
() = 0;
32
virtual
SphinxResultTruncaterIf
&
getSphinxResultTrancater
() = 0;
33
};
34
35
}
36
}
37
}
38
39
#endif
sources
reduceSphinx
src
SphinxTaskReducerFactoryIf.hpp
Generated on Mon Jan 13 2014 13:08:38 for HCE project C++ developers source code library by
1.8.1.2