SST
13.1.0
Structural Simulation Toolkit
|
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. | |
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 () |
The SSTInfo representation of ElementLibraryInfo object.
This class is used internally by SSTInfo to load and process ElementLibraryInfo objects.
|
inline |
Create a new SSTInfoElement_LibraryInfo object.
eli | Pointer to an ElementLibraryInfo object. |
void SSTLibraryInfo::outputHumanReadable | ( | std::ostream & | os, |
int | LibIndex | ||
) |
Output the Library Information.
LibIndex | The Index of the Library. |
References getLibraryName().
void SSTLibraryInfo::outputXML | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
Create the formatted XML data of the Library.
LibIndex | The Index of the Library. |
XMLParentElement | The parent element to receive the XML data. |
References getLibraryName().