SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoEvent object. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoElement_EventInfo (const ElementInfoEvent *ele) | |
Create a new SSTInfoElement_EventInfo object. More... | |
const char * | getName () |
Return the Name of the Event. More... | |
const char * | getDesc () |
Return the Description of the Event. More... | |
void | outputEventInfo (int Index) |
Output the Event Information. More... | |
void | generateEventInfoXMLData (int Index, TiXmlNode *XMLParentElement) |
Create the formatted XML data of the Event. More... | |
The SSTInfo representation of ElementInfoEvent object.
This class is used internally by SSTInfo to load and process ElementInfoEvent objects.
|
inline |
Create a new SSTInfoElement_EventInfo object.
ele | Pointer to an ElementInfoEvent object. |
void SSTInfoElement_EventInfo::generateEventInfoXMLData | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
Create the formatted XML data of the Event.
Index | The Index of the Event. |
XMLParentElement | The parent element to receive the XML data. |
Referenced by SST::SSTInfoElement_LibraryInfo::generateLibraryInfoXMLData().
|
inline |
Return the Description of the Event.
References SST::ElementInfoEvent::description.
|
inline |
Return the Name of the Event.
References SST::ElementInfoEvent::name.
void SSTInfoElement_EventInfo::outputEventInfo | ( | int | Index | ) |
Index | The Index of the Event. |
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().