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... | |
| StringStatisticalSummary & | operator= (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 | 
A structure to hold the set of statistics from a set of categorical (sample) values.
Definition at line 45 of file StringStatisticalSummary.h.
| te::stat::StringStatisticalSummary::StringStatisticalSummary | ( | ) | 
Constructor.
| te::stat::StringStatisticalSummary::StringStatisticalSummary | ( | const StringStatisticalSummary & | rhs | ) | 
Copy constructor.
| rhs | The right-hand-side copy used to copy from. | 
| te::stat::StringStatisticalSummary::~StringStatisticalSummary | ( | ) | 
Destructor.
| void te::stat::StringStatisticalSummary::clear | ( | ) | 
Clears all attributes from this class.
| StringStatisticalSummary& te::stat::StringStatisticalSummary::operator= | ( | const StringStatisticalSummary & | rhs | ) | 
Assignment operator.
| rhs | The right-hand-side copy used to copy from. | 
| 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.