SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoIntrospector object. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoElement_IntrospectorInfo (const ElementInfoIntrospector *eli) | |
Create a new SSTInfoElement_IntrospectorInfo object. More... | |
const char * | getName () |
Return the Name of the Introspector. More... | |
const char * | getDesc () |
Return the Description of the Introspector. More... | |
SSTInfoElement_ParamInfo * | getParamInfo (int index) |
Return a Parameter Info Object. More... | |
void | outputIntrospectorInfo (int Index) |
Output the Introspector Information. More... | |
void | generateIntrospectorInfoXMLData (int Index, TiXmlNode *XMLParentElement) |
Create the formatted XML data of the Introspector. More... | |
The SSTInfo representation of ElementInfoIntrospector object.
This class is used internally by SSTInfo to load and process ElementInfoIntrospector objects.
|
inline |
Create a new SSTInfoElement_IntrospectorInfo object.
eli | Pointer to an ElementInfoIntrospector object. |
References SST::ElementInfoIntrospector::params.
void SSTInfoElement_IntrospectorInfo::generateIntrospectorInfoXMLData | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
Create the formatted XML data of the Introspector.
Index | The Index of the Introspector. |
XMLParentElement | The parent element to receive the XML data. |
Referenced by SST::SSTInfoElement_LibraryInfo::generateLibraryInfoXMLData().
|
inline |
Return the Description of the Introspector.
References SST::ElementInfoIntrospector::description.
|
inline |
Return the Name of the Introspector.
References SST::ElementInfoIntrospector::name.
|
inline |
Return a Parameter Info Object.
index | The index of the Parameter. |
void SSTInfoElement_IntrospectorInfo::outputIntrospectorInfo | ( | int | Index | ) |
Output the Introspector Information.
Index | The Index of the Introspector. |
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().