|
SST
7.1.0
StructuralSimulationToolkit
|
Public Member Functions | |
| virtual void | outputHumanReadable (int index)=0 |
| Output the Parameter Information. More... | |
| virtual void | outputXML (int Index, TiXmlNode *XMLParentElement)=0 |
| Create the formatted XML data of the Parameter. More... | |
Protected Member Functions | |
| void | xmlComment (TiXmlNode *owner, const char *fmt...) |
|
pure virtual |
Output the Parameter Information.
| Index | The Index of the Parameter. |
Implemented in SST::SSTInfoElement_LibraryInfo, SST::SSTInfoElement_GeneratorInfo, SST::SSTInfoElement_PartitionerInfo, SST::SSTInfoElement_SubComponentInfo, SST::SSTInfoElement_ModuleInfo, SST::SSTInfoElement_EventInfo, SST::SSTInfoElement_ComponentInfo, SST::SSTInfoElement_StatisticInfo, SST::SSTInfoElement_PortInfo, SST::SSTInfoElement_ParamInfo, and OverallOutputter.
|
pure virtual |
Create the formatted XML data of the Parameter.
| Index | The Index of the Parameter. |
| XMLParentElement | The parent element to receive the XML data. |
Implemented in SST::SSTInfoElement_LibraryInfo, SST::SSTInfoElement_GeneratorInfo, SST::SSTInfoElement_PartitionerInfo, SST::SSTInfoElement_SubComponentInfo, SST::SSTInfoElement_ModuleInfo, SST::SSTInfoElement_EventInfo, SST::SSTInfoElement_ComponentInfo, SST::SSTInfoElement_StatisticInfo, SST::SSTInfoElement_PortInfo, SST::SSTInfoElement_ParamInfo, and OverallOutputter.