SST
6.0.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... | |
const char * | getName () |
Return the Name of the SubComponent. More... | |
const char * | getDesc () |
Return the Description of the SubComponent. More... | |
SSTInfoElement_ParamInfo * | getParamInfo (int index) |
Return a Parameter Info Object. More... | |
SSTInfoElement_StatisticInfo * | getStatisticInfo (int index) |
Return a Statistic Enable Info Object. More... | |
void | outputSubComponentInfo (int Index) |
Output the SubComponent Information. More... | |
void | generateSubComponentInfoXMLData (int Index, TiXmlNode *XMLParentElement) |
Create the formatted XML data of the Component. More... | |
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, and SST::ElementInfoSubComponent::stats.
void SSTInfoElement_SubComponentInfo::generateSubComponentInfoXMLData | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
|
inline |
Return the Description of the SubComponent.
References SST::ElementInfoSubComponent::description.
|
inline |
Return the Name of the SubComponent.
References SST::ElementInfoSubComponent::name.
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().
|
inline |
Return a Parameter Info Object.
index | The index of the Parameter. |
|
inline |
Return a Statistic Enable Info Object.
index | The index of the Statistic Enable. |
void SSTInfoElement_SubComponentInfo::outputSubComponentInfo | ( | int | Index | ) |
Output the SubComponent Information.
Index | The Index of the SubComponent. |
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().