One result element of summarization.
More...
#include <summaryElement.hpp>
One result element of summarization.
| strus::SummaryElement::SummaryElement |
( |
const std::string & |
name_, |
|
|
const std::string & |
value_, |
|
|
double |
weight_ = 1.0, |
|
|
int |
index_ = -1 |
|
) |
| |
|
inline |
| int strus::SummaryElement::index |
( |
| ) |
const |
|
inline |
Get the index of the element if defined.
| const std::string& strus::SummaryElement::name |
( |
| ) |
const |
|
inline |
Get the name of the element.
| const std::string& strus::SummaryElement::value |
( |
| ) |
const |
|
inline |
Get the value of the element.
| double strus::SummaryElement::weight |
( |
| ) |
const |
|
inline |
Get the weight of the element if defined.
The documentation for this class was generated from the following file: