SST  6.0.0
StructuralSimulationToolkit
SST::SSTInfoElement_EventInfo Class Reference

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...
 

Detailed Description

The SSTInfo representation of ElementInfoEvent object.

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

Constructor & Destructor Documentation

SST::SSTInfoElement_EventInfo::SSTInfoElement_EventInfo ( const ElementInfoEvent ele)
inline

Create a new SSTInfoElement_EventInfo object.

Parameters
elePointer to an ElementInfoEvent object.

Member Function Documentation

void SSTInfoElement_EventInfo::generateEventInfoXMLData ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Event.

Parameters
IndexThe Index of the Event.
XMLParentElementThe parent element to receive the XML data.

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

const char* SST::SSTInfoElement_EventInfo::getDesc ( )
inline

Return the Description of the Event.

References SST::ElementInfoEvent::description.

const char* SST::SSTInfoElement_EventInfo::getName ( )
inline

Return the Name of the Event.

References SST::ElementInfoEvent::name.

void SSTInfoElement_EventInfo::outputEventInfo ( int  Index)

Output the Event Information.

Parameters
IndexThe Index of the Event.

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


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