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