hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
SphinxReduceJobBuilderIf.hpp
Go to the documentation of this file.
1
15
#ifndef SPHINXREDUCEJOBBUILDERIF_HPP_
16
#define SPHINXREDUCEJOBBUILDERIF_HPP_
17
18
#include "
SphinxReduceJob.hpp
"
19
#include <Poco/SharedPtr.h>
20
21
namespace
HCE{
22
namespace
sphinx{
23
namespace
reduce_task{
24
25
class
SphinxReduceJobBuilderIf
26
{
27
public
:
28
virtual
~SphinxReduceJobBuilderIf
(){}
29
30
virtual
Poco::SharedPtr<HCE::reduce::core::ReduceJobIf>
build
() = 0;
31
};
32
33
}
34
}
35
}
36
37
#endif
sources
utils
reduceSphinx
src
SphinxReduceJobBuilderIf.hpp
Generated on Tue Jun 30 2015 19:42:15 for hce-node application by
1.8.1.2