18 #ifndef _RANK_HELPER2_H_
19 #define _RANK_HELPER2_H_
25 namespace Victor {
namespace Lobo {
int get_index() const
Definition: ranking_helper2.h:56
bool operator<(const ranking_helper2 &name) const
Definition: ranking_helper2.cc:57
void copy(const ranking_helper2 &c)
Definition: ranking_helper2.cc:78
ranking_helper2 & operator=(const ranking_helper2 &orig)
Definition: ranking_helper2.cc:66
ranking_helper2(int ind, double val)
Definition: ranking_helper2.cc:33
the class contains methods to manage the ranking
Definition: ranking_helper2.h:35
double get_value() const
Definition: ranking_helper2.h:65