SST  6.1.0
StructuralSimulationToolkit
SST::SSTInfoElement_GeneratorInfo Class Reference

The SSTInfo representation of ElementInfoGenerator object. More...

#include <sstinfo.h>

Public Member Functions

 SSTInfoElement_GeneratorInfo (const ElementInfoGenerator *elg)
 Create a new SSTInfoElement_GeneratorInfo object. More...
 
const char * getName ()
 Return the Name of the Generator. More...
 
const char * getDesc ()
 Return the Description of the Generator. More...
 
void outputGeneratorInfo (int Index)
 Output the Generator Information. More...
 
void generateGeneratorInfoXMLData (int Index, TiXmlNode *XMLParentElement)
 Create the formatted XML data of the Generator. More...
 

Detailed Description

The SSTInfo representation of ElementInfoGenerator object.

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

Constructor & Destructor Documentation

SST::SSTInfoElement_GeneratorInfo::SSTInfoElement_GeneratorInfo ( const ElementInfoGenerator elg)
inline

Create a new SSTInfoElement_GeneratorInfo object.

Parameters
elgPointer to an ElementInfoGenerator object.

Member Function Documentation

void SSTInfoElement_GeneratorInfo::generateGeneratorInfoXMLData ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Generator.

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

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

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

Return the Description of the Generator.

References SST::ElementInfoGenerator::description.

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

Return the Name of the Generator.

References SST::ElementInfoGenerator::name.

void SSTInfoElement_GeneratorInfo::outputGeneratorInfo ( int  Index)

Output the Generator Information.

Parameters
IndexThe Index of the Generator.

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


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