SST  12.0.1
StructuralSimulationToolkit
SST::SSTLibraryInfo Class Reference

The SSTInfo representation of ElementLibraryInfo object. More...

#include <sstinfo.h>

Public Member Functions

 SSTLibraryInfo (const std::string &name)
 Create a new SSTInfoElement_LibraryInfo object. More...
 
std::string getLibraryName ()
 Return the Name of the Library. More...
 
void outputHumanReadable (std::ostream &os, int LibIndex)
 Output the Library Information. More...
 
void outputXML (int Index, TiXmlNode *XMLParentElement)
 Create the formatted XML data of the Library. More...
 
template<class BaseType >
void outputHumanReadable (std::ostream &os, bool printAll)
 
template<class BaseType >
void outputXML (TiXmlElement *node)
 
std::string getLibraryDescription ()
 

Detailed Description

The SSTInfo representation of ElementLibraryInfo object.

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

Constructor & Destructor Documentation

SST::SSTLibraryInfo::SSTLibraryInfo ( const std::string &  name)
inline

Create a new SSTInfoElement_LibraryInfo object.

Parameters
eliPointer to an ElementLibraryInfo object.

Member Function Documentation

std::string SST::SSTLibraryInfo::getLibraryName ( )
inline

Return the Name of the Library.

void SSTLibraryInfo::outputHumanReadable ( std::ostream &  os,
int  LibIndex 
)

Output the Library Information.

Parameters
LibIndexThe Index of the Library.
void SSTLibraryInfo::outputXML ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Library.

Parameters
LibIndexThe Index of the Library.
XMLParentElementThe parent element to receive the XML data.

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