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. | |
The SSTInfo representation of ElementInfoPartitioner object.
This class is used internally by SSTInfo to load and process ElementInfoPartitioner objects.
| SST::SSTInfoElement_PartitionerInfo::SSTInfoElement_PartitionerInfo | ( | const ElementInfoPartitioner * | elp | ) | [inline] |
Create a new SSTInfoElement_PartitionerInfo object.
| elp | Pointer to an ElementInfoPartitioner object. |
| void SSTInfoElement_PartitionerInfo::generatePartitionerInfoXMLData | ( | int | Index, | |
| TiXmlNode * | XMLParentElement | |||
| ) |
Create the formatted XML data of the Partitioner.
| 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.
| Index | The Index of the Partitioner. |
References getDesc(), and getName().
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().
1.6.1