SST
7.1.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoSubComponent object. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoElement_SubComponentInfo (const ElementInfoSubComponent *elsc) | |
Create a new SSTInfoElement_SubComponentInfo object. More... | |
SSTInfoElement_SubComponentInfo (SubComponentElementInfo *elc) | |
SSTInfoElement_ParamInfo * | getParamInfo (int index) |
Return a Parameter Info Object. More... | |
SSTInfoElement_StatisticInfo * | getStatisticInfo (int index) |
Return a Statistic Enable Info Object. More... | |
SSTInfoElement_PortInfo * | getPortInfo (int index) |
Return a Port Info Object. More... | |
void | outputHumanReadable (int index) override |
Output the SubComponent Information. More... | |
void | outputXML (int Index, TiXmlNode *XMLParentElement) override |
Create the formatted XML data of the Component. 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 |
The SSTInfo representation of ElementInfoSubComponent object.
This class is used internally by SSTInfo to load and process ElementInfoSubComponent objects.
|
inline |
Create a new SSTInfoElement_SubComponentInfo object.
elsc | Pointer to an ElementInfoComponent object. |
References SST::ElementInfoSubComponent::params, SST::ElementInfoSubComponent::ports, and SST::ElementInfoSubComponent::stats.
|
inline |
Return a Parameter Info Object.
index | The index of the Parameter. |
|
inline |
Return a Port Info Object.
index | The index of the Port. |
|
inline |
Return a Statistic Enable Info Object.
index | The index of the Statistic Enable. |
|
overridevirtual |
Output the SubComponent Information.
Index | The Index of the SubComponent. |
Implements SST::SSTInfoElement_Outputter.
Referenced by SST::SSTInfoElement_LibraryInfo::outputHumanReadable().
|
overridevirtual |
Create the formatted XML data of the Component.
Index | The Index of the Component. |
XMLParentElement | The parent element to receive the XML data. |
Implements SST::SSTInfoElement_Outputter.