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
SphinxResultNullSorter.cpp
Go to the documentation of this file.
1
#include "
SphinxResultNullSorter.hpp
"
2
#include <algorithm>
3
4
namespace
HCE
5
{
6
namespace
sphinx
7
{
8
namespace
reduce_task
9
{
10
11
using namespace
std;
12
using namespace
HCE::sphinx;
13
using namespace
Poco;
14
15
16
SphinxResultNullSorter::SphinxResultNullSorter
() {
17
}
18
19
SphinxResultNullSorter::~SphinxResultNullSorter
() {
20
}
21
22
void
SphinxResultNullSorter::sortByWeight
(std::vector<std::pair<std::string,
23
unsigned
long
long
> > &weightDocIds)
24
{
25
sort(weightDocIds);
26
}
27
28
29
}
30
}
31
}
sources
reduceSphinx
src
SphinxResultNullSorter.cpp
Generated on Mon Jan 13 2014 13:08:38 for HCE project C++ developers source code library by
1.8.1.2