SST  6.0.0
StructuralSimulationToolkit
SST::SSTInfoElement_SubComponentInfo Class Reference

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_ParamInfogetParamInfo (int index)
 Return a Parameter Info Object. More...
 
SSTInfoElement_StatisticInfogetStatisticInfo (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...
 

Detailed Description

The SSTInfo representation of ElementInfoSubComponent object.

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

Constructor & Destructor Documentation

SST::SSTInfoElement_SubComponentInfo::SSTInfoElement_SubComponentInfo ( const ElementInfoSubComponent elsc)
inline

Member Function Documentation

void SSTInfoElement_SubComponentInfo::generateSubComponentInfoXMLData ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Component.

Parameters
IndexThe Index of the Component.
XMLParentElementThe parent element to receive the XML data.
const char* SST::SSTInfoElement_SubComponentInfo::getDesc ( )
inline

Return the Description of the SubComponent.

References SST::ElementInfoSubComponent::description.

const char* SST::SSTInfoElement_SubComponentInfo::getName ( )
inline
SSTInfoElement_ParamInfo* SST::SSTInfoElement_SubComponentInfo::getParamInfo ( int  index)
inline

Return a Parameter Info Object.

Parameters
indexThe index of the Parameter.
SSTInfoElement_StatisticInfo* SST::SSTInfoElement_SubComponentInfo::getStatisticInfo ( int  index)
inline

Return a Statistic Enable Info Object.

Parameters
indexThe index of the Statistic Enable.
void SSTInfoElement_SubComponentInfo::outputSubComponentInfo ( int  Index)

Output the SubComponent Information.

Parameters
IndexThe Index of the SubComponent.

Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().


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