The SSTInfo representation of ElementInfoParam object.  
 More...
#include <sstinfo.h>
 | 
| 
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) | 
|   | 
| 
void  | xmlComment (TiXmlNode *owner, const char *fmt...) | 
|   | 
| 
std::string  | m_name | 
|   | 
| 
std::string  | m_desc | 
|   | 
The SSTInfo representation of ElementInfoParam object. 
This class is used internally by SSTInfo to load and process ElementInfoParam objects. 
 
  
  
      
        
          | SST::SSTInfoElement_ParamInfo::SSTInfoElement_ParamInfo  | 
          ( | 
          const ElementInfoParam *  | 
          elparam | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const std::string& SST::SSTInfoElement_ParamInfo::getDefault  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Return the Default value of the Parameter. 
 
 
  
  
      
        
          | void SSTInfoElement_ParamInfo::outputHumanReadable  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
  
  
      
        
          | void SSTInfoElement_ParamInfo::outputXML  | 
          ( | 
          int  | 
          Index,  | 
         
        
           | 
           | 
          TiXmlNode *  | 
          XMLParentElement  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtual   | 
  
 
Create the formatted XML data of the Parameter. 
- Parameters
 - 
  
    | Index | The Index of the Parameter.  | 
    | XMLParentElement | The parent element to receive the XML data.  | 
  
   
Implements SST::SSTInfoElement_Outputter.
 
 
The documentation for this class was generated from the following files:
- src/sst/core/sstinfo.h
 
- src/sst/core/sstinfo.cc