SST
7.1.0
StructuralSimulationToolkit
|
Public Member Functions | |
template<typename T > | |
SSTInfoElement_BaseInfo (const T *eli) | |
SSTInfoElement_BaseInfo (BaseElementInfo &eli) | |
SSTInfoElement_BaseInfo (PartitionerElementInfo &eli) | |
const std::string & | getName () |
Return the Name of the Element. More... | |
const std::string & | getDesc () |
Return the Description of the Parameter. More... | |
Public Member Functions inherited from SST::SSTInfoElement_Outputter | |
virtual void | outputHumanReadable (int index)=0 |
Output the Parameter Information. More... | |
virtual void | outputXML (int Index, TiXmlNode *XMLParentElement)=0 |
Create the formatted XML data of the Parameter. More... | |
Protected Member Functions | |
template<typename TO , typename FROM > | |
std::vector< TO > | convertFromELI (const FROM *ptr) |
template<typename TO , typename FROM > | |
std::vector< TO > | convertFromDB (const std::vector< FROM > &input) |
std::string | fs (const char *x) |
Protected Member Functions inherited from SST::SSTInfoElement_Outputter | |
void | xmlComment (TiXmlNode *owner, const char *fmt...) |
Protected Attributes | |
std::string | m_name |
std::string | m_desc |
|
inline |
Return the Description of the Parameter.
|
inline |
Return the Name of the Element.
Referenced by SST::SSTInfoElement_LibraryInfo::outputHumanReadable().