te::stat::StringStatisticalSummary Struct Reference

A structure to hold the set of statistics from a set of categorical (sample) values. More...

#include <StringStatisticalSummary.h>

Public Member Functions

void clear ()
 Clears all attributes from this class. More...
 
StringStatisticalSummaryoperator= (const StringStatisticalSummary &rhs)
 Assignment operator. More...
 
 StringStatisticalSummary ()
 Constructor. More...
 
 StringStatisticalSummary (const StringStatisticalSummary &rhs)
 Copy constructor. More...
 
 ~StringStatisticalSummary ()
 Destructor. More...
 

Public Attributes

int m_count
 
std::string m_maxVal
 
std::string m_minVal
 
std::string m_mode
 
int m_validCount
 

Detailed Description

A structure to hold the set of statistics from a set of categorical (sample) values.

Definition at line 45 of file StringStatisticalSummary.h.

Constructor & Destructor Documentation

te::stat::StringStatisticalSummary::StringStatisticalSummary ( )

Constructor.

te::stat::StringStatisticalSummary::StringStatisticalSummary ( const StringStatisticalSummary rhs)

Copy constructor.

Parameters
rhsThe right-hand-side copy used to copy from.
te::stat::StringStatisticalSummary::~StringStatisticalSummary ( )

Destructor.

Member Function Documentation

void te::stat::StringStatisticalSummary::clear ( )

Clears all attributes from this class.

StringStatisticalSummary& te::stat::StringStatisticalSummary::operator= ( const StringStatisticalSummary rhs)

Assignment operator.

Parameters
rhsThe right-hand-side copy used to copy from.
Returns
A reference to this object.

Member Data Documentation

int te::stat::StringStatisticalSummary::m_count

Definition at line 79 of file StringStatisticalSummary.h.

std::string te::stat::StringStatisticalSummary::m_maxVal

Definition at line 77 of file StringStatisticalSummary.h.

std::string te::stat::StringStatisticalSummary::m_minVal

Definition at line 76 of file StringStatisticalSummary.h.

std::string te::stat::StringStatisticalSummary::m_mode

Definition at line 78 of file StringStatisticalSummary.h.

int te::stat::StringStatisticalSummary::m_validCount

Definition at line 80 of file StringStatisticalSummary.h.


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