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.
const char * getName ()
 Return the Name of the Event.
const char * getDesc ()
 Return the Description of the Event.
void outputEventInfo (int Index)
 Output the Event Information.
void generateEventInfoXMLData (int Index, TiXmlNode *XMLParentElement)
 Create the formatted XML data of the Event.

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:
ele Pointer to an ElementInfoEvent object.

Member Function Documentation

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

Create the formatted XML data of the Event.

Parameters:
Index The Index of the Event.
XMLParentElement The parent element to receive the XML data.

References getDesc(), and getName().

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

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

Return the Description of the Event.

References SST::ElementInfoEvent::description.

Referenced by generateEventInfoXMLData(), and outputEventInfo().

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

Return the Name of the Event.

References SST::ElementInfoEvent::name.

Referenced by generateEventInfoXMLData(), and outputEventInfo().

void SSTInfoElement_EventInfo::outputEventInfo ( int  Index  ) 

Output the Event Information.

Parameters:
Index The Index of the Event.

References getDesc(), and getName().

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


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

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1