SST::SSTInfoElement_PartitionerInfo Class Reference

The SSTInfo representation of ElementInfoPartitioner object. More...

#include <sstinfo.h>

Public Member Functions

 SSTInfoElement_PartitionerInfo (const ElementInfoPartitioner *elp)
 Create a new SSTInfoElement_PartitionerInfo object.
const char * getName ()
 Return the Name of the Partitioner.
const char * getDesc ()
 Return the Description of the Partitioner.
void outputPartitionerInfo (int Index)
 Output the Partitioner Information.
void generatePartitionerInfoXMLData (int Index, TiXmlNode *XMLParentElement)
 Create the formatted XML data of the Partitioner.

Detailed Description

The SSTInfo representation of ElementInfoPartitioner object.

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


Constructor & Destructor Documentation

SST::SSTInfoElement_PartitionerInfo::SSTInfoElement_PartitionerInfo ( const ElementInfoPartitioner elp  )  [inline]

Create a new SSTInfoElement_PartitionerInfo object.

Parameters:
elp Pointer to an ElementInfoPartitioner object.

Member Function Documentation

void SSTInfoElement_PartitionerInfo::generatePartitionerInfoXMLData ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Partitioner.

Parameters:
Index The Index of the Partitioner.
XMLParentElement The parent element to receive the XML data.

References getDesc(), and getName().

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

const char* SST::SSTInfoElement_PartitionerInfo::getDesc (  )  [inline]

Return the Description of the Partitioner.

References SST::ElementInfoPartitioner::description.

Referenced by generatePartitionerInfoXMLData(), and outputPartitionerInfo().

const char* SST::SSTInfoElement_PartitionerInfo::getName (  )  [inline]

Return the Name of the Partitioner.

References SST::ElementInfoPartitioner::name.

Referenced by generatePartitionerInfoXMLData(), and outputPartitionerInfo().

void SSTInfoElement_PartitionerInfo::outputPartitionerInfo ( int  Index  ) 

Output the Partitioner Information.

Parameters:
Index The Index of the Partitioner.

References getDesc(), and getName().

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


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

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1