SST  7.0.0
StructuralSimulationToolkit
SST::SSTInfoElement_ParamInfo Class Reference

The SSTInfo representation of ElementInfoParam object. More...

#include <sstinfo.h>

Inheritance diagram for SST::SSTInfoElement_ParamInfo:
SST::SSTInfoElement_BaseInfo SST::SSTInfoElement_Outputter

Public Member Functions

 SSTInfoElement_ParamInfo (const ElementInfoParam *elparam)
 Create a new SSTInfoElement_ParamInfo object. More...
 
const std::string & getDefault ()
 Return the Default value of the Parameter. More...
 
void outputHumanReadable (int index) override
 Output the Parameter Information. More...
 
void outputXML (int Index, TiXmlNode *XMLParentElement) override
 Create the formatted XML data of the Parameter. 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 ElementInfoParam object.

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

Constructor & Destructor Documentation

SST::SSTInfoElement_ParamInfo::SSTInfoElement_ParamInfo ( const ElementInfoParam elparam)
inline

Create a new SSTInfoElement_ParamInfo object.

Parameters
elparamPointer to an ElementInfoParam object.

References SST::ElementInfoParam::defaultValue.

Member Function Documentation

const std::string& SST::SSTInfoElement_ParamInfo::getDefault ( )
inline

Return the Default value of the Parameter.

void SSTInfoElement_ParamInfo::outputHumanReadable ( int  index)
overridevirtual

Output the Parameter Information.

Parameters
IndexThe Index of the Parameter.

Implements SST::SSTInfoElement_Outputter.

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

Create the formatted XML data of the Parameter.

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

Implements SST::SSTInfoElement_Outputter.


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