The SSTInfo representation of ElementInfoParam object.
More...
#include <sstinfo.h>
|
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) |
|
void | xmlComment (TiXmlNode *owner, const char *fmt...) |
|
std::string | m_name |
|
std::string | m_desc |
|
The SSTInfo representation of ElementInfoParam object.
This class is used internally by SSTInfo to load and process ElementInfoParam objects.
◆ SSTInfoElement_ParamInfo()
SST::SSTInfoElement_ParamInfo::SSTInfoElement_ParamInfo |
( |
const ElementInfoParam * |
elparam | ) |
|
|
inline |
◆ getDefault()
const std::string& SST::SSTInfoElement_ParamInfo::getDefault |
( |
| ) |
|
|
inline |
Return the Default value of the Parameter.
◆ outputHumanReadable()
void SSTInfoElement_ParamInfo::outputHumanReadable |
( |
int |
index | ) |
|
|
overridevirtual |
◆ outputXML()
void SSTInfoElement_ParamInfo::outputXML |
( |
int |
Index, |
|
|
TiXmlNode * |
XMLParentElement |
|
) |
| |
|
overridevirtual |
Create the formatted XML data of the Parameter.
- Parameters
-
Index | The Index of the Parameter. |
XMLParentElement | The parent element to receive the XML data. |
Implements SST::SSTInfoElement_Outputter.
The documentation for this class was generated from the following files:
- src/sst/core/sstinfo.h
- src/sst/core/sstinfo.cc