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.
Definition at line 29 of file StringStatisticalSummary.cpp.
| te::stat::StringStatisticalSummary::StringStatisticalSummary | ( | const StringStatisticalSummary & | rhs | ) | 
Copy constructor.
| rhs | The 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.
| 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.
| rhs | The right-hand-side copy used to copy from. | 
Definition at line 57 of file StringStatisticalSummary.cpp.
References m_count, m_maxVal, m_minVal, m_mode, and m_validCount.
| int te::stat::StringStatisticalSummary::m_count | 
Definition at line 79 of file StringStatisticalSummary.h.
Referenced by te::stat::GetStringStatisticalSummary(), te::stat::GetStringStatisticalSummaryQuery(), te::attributefill::VectorToVectorMemory::getValue(), operator=(), and StringStatisticalSummary().
| std::string te::stat::StringStatisticalSummary::m_maxVal | 
Definition at line 77 of file StringStatisticalSummary.h.
Referenced by te::vp::AggregationMemory::calculateStringStats(), getStatisticalValue(), te::stat::GetStringStatisticalSummary(), te::stat::GetStringStatisticalSummaryQuery(), te::attributefill::VectorToVectorMemory::getValue(), operator=(), te::stat::StatisticsDialog::setStatistics(), and StringStatisticalSummary().
| std::string te::stat::StringStatisticalSummary::m_minVal | 
Definition at line 76 of file StringStatisticalSummary.h.
Referenced by te::vp::AggregationMemory::calculateStringStats(), getStatisticalValue(), te::stat::GetStringStatisticalSummary(), te::stat::GetStringStatisticalSummaryQuery(), te::attributefill::VectorToVectorMemory::getValue(), operator=(), te::attributefill::VectorToVectorMemory::run(), te::stat::StatisticsDialog::setStatistics(), and StringStatisticalSummary().
| std::string te::stat::StringStatisticalSummary::m_mode | 
Definition at line 78 of file StringStatisticalSummary.h.
Referenced by te::stat::GetStringStatisticalSummary(), te::attributefill::VectorToVectorMemory::getValue(), operator=(), and StringStatisticalSummary().
| int te::stat::StringStatisticalSummary::m_validCount | 
Definition at line 80 of file StringStatisticalSummary.h.
Referenced by te::stat::GetStringStatisticalSummary(), te::stat::GetStringStatisticalSummaryQuery(), te::attributefill::VectorToVectorMemory::getValue(), operator=(), and StringStatisticalSummary().