SST  8.0.0
StructuralSimulationToolkit
SST::SSTInfoElement_StatisticInfo Class Reference

The SSTInfo representation of StatisticInfo object. More...

#include <sstinfo.h>

Inheritance diagram for SST::SSTInfoElement_StatisticInfo:
SST::SSTInfoElement_BaseInfo SST::SSTInfoElement_Outputter

Public Member Functions

 SSTInfoElement_StatisticInfo (const ElementInfoStatistic *els)
 Create a new SSTInfoElement_StatisticInfo object. More...
 
const std::string & getUnits ()
 Return the Units of the Statistic. More...
 
uint8_t getEnableLevel ()
 Return the enable level of the Statistic. More...
 
void outputHumanReadable (int Index) override
 Output the Statistic Information. More...
 
void outputXML (int Index, TiXmlNode *XMLParentElement) override
 Create the formatted XML data of the Statistic. More...
 
- Public Member Functions inherited from SST::SSTInfoElement_BaseInfo
template<typename T >
 SSTInfoElement_BaseInfo (const T *eli)
 
 SSTInfoElement_BaseInfo (BaseElementInfo &eli)
 
 SSTInfoElement_BaseInfo (PartitionerElementInfo &eli)
 
const std::string & getName ()
 Return the Name of the Element. More...
 
const std::string & getDesc ()
 Return the Description of the Parameter. More...
 

Additional Inherited Members

- Protected Member Functions inherited from SST::SSTInfoElement_BaseInfo
template<typename TO , typename FROM >
std::vector< TO > convertFromELI (const FROM *ptr)
 
template<typename TO , typename FROM >
std::vector< TO > convertFromDB (const std::vector< FROM > &input)
 
std::string fs (const char *x)
 
- Protected Member Functions inherited from SST::SSTInfoElement_Outputter
void xmlComment (TiXmlNode *owner, const char *fmt...)
 
- Protected Attributes inherited from SST::SSTInfoElement_BaseInfo
std::string m_name
 
std::string m_desc
 

Detailed Description

The SSTInfo representation of StatisticInfo object.

This class is used internally by SSTInfo to load and process ElementInfoPort objects.

Constructor & Destructor Documentation

SST::SSTInfoElement_StatisticInfo::SSTInfoElement_StatisticInfo ( const ElementInfoStatistic els)
inline

Create a new SSTInfoElement_StatisticInfo object.

Parameters
elstatPointer to an ElementInfoStatistic object.

Member Function Documentation

uint8_t SST::SSTInfoElement_StatisticInfo::getEnableLevel ( )
inline

Return the enable level of the Statistic.

const std::string& SST::SSTInfoElement_StatisticInfo::getUnits ( )
inline

Return the Units of the Statistic.

void SSTInfoElement_StatisticInfo::outputHumanReadable ( int  Index)
overridevirtual

Output the Statistic Information.

Parameters
IndexThe Index of the Statistic.

Implements SST::SSTInfoElement_Outputter.

void SSTInfoElement_StatisticInfo::outputXML ( int  Index,
TiXmlNode *  XMLParentElement 
)
overridevirtual

Create the formatted XML data of the Statistic.

Parameters
IndexThe Index of the Statistic.
XMLParentElementThe parent element to receive the XML data.

Implements SST::SSTInfoElement_Outputter.


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