strusAnalyzer  0.17
Public Member Functions | List of all members
strus::analyzer::PatternMatcherStatistics::Item Class Reference

Statistics item. More...

#include <patternMatcherStatistics.hpp>

Public Member Functions

const char * name () const
 Name of the item. More...
 
double value () const
 Value of the item. More...
 
 Item (const char *name_, double value_)
 Constructor. More...
 
 Item (const Item &o)
 Copy constructor. More...
 
void setValue (double value_)
 Update the statistics value. More...
 

Detailed Description

Statistics item.

Constructor & Destructor Documentation

strus::analyzer::PatternMatcherStatistics::Item::Item ( const char *  name_,
double  value_ 
)
inline

Constructor.

strus::analyzer::PatternMatcherStatistics::Item::Item ( const Item o)
inline

Copy constructor.

Member Function Documentation

const char* strus::analyzer::PatternMatcherStatistics::Item::name ( ) const
inline

Name of the item.

void strus::analyzer::PatternMatcherStatistics::Item::setValue ( double  value_)
inline

Update the statistics value.

double strus::analyzer::PatternMatcherStatistics::Item::value ( ) const
inline

Value of the item.


The documentation for this class was generated from the following file: