All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

Definition at line 29 of file StringStatisticalSummary.cpp.

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

Copy constructor.

Parameters
rhsThe right-hand-side copy used to copy from.

Definition at line 38 of file StringStatisticalSummary.cpp.

References m_count, m_maxVal, m_minVal, m_mode, and m_validCount.

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

Destructor.

Definition at line 52 of file StringStatisticalSummary.cpp.

Member Function Documentation

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

Clears all attributes from this class.

Definition at line 73 of file StringStatisticalSummary.cpp.

te::stat::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.

Definition at line 57 of file StringStatisticalSummary.cpp.

References m_count, m_maxVal, m_minVal, m_mode, and m_validCount.

Member Data Documentation

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

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