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
SphinxResultTransformerIf.hpp
Go to the documentation of this file.
1
15
#ifndef SPHINXRESULTTRANSFORMERIF_HPP_
16
#define SPHINXRESULTTRANSFORMERIF_HPP_
17
18
#include "
SphinxResultData.hpp
"
19
#include "Poco/SharedPtr.h"
20
21
namespace
HCE
22
{
23
namespace
sphinx
24
{
25
namespace
reduce_task
26
{
27
28
class
SphinxResultTransformerIf
{
29
public
:
30
virtual
~SphinxResultTransformerIf
(){}
31
32
virtual
void
extractWeightKeys
(
const
Poco::SharedPtr<SphinxResultData> &sphinxResultData,
33
std::vector<std::pair<std::string, unsigned long long> > &extractedWeightKeys) = 0;
34
};
35
36
}
37
}
38
}
39
40
#endif
sources
utils
reduceSphinx
src
SphinxResultTransformerIf.hpp
Generated on Tue Jun 30 2015 19:42:15 for hce-node application by
1.8.1.2