Describes all the parts of the Element Library. More...
#include <element.h>
Data Fields | |
| const char * | name |
| const char * | description |
| struct ElementInfoComponent * | components |
| struct ElementInfoEvent * | events |
| struct ElementInfoIntrospector * | introspectors |
| struct ElementInfoModule * | modules |
| struct ElementInfoSubComponent * | subcomponents |
| struct ElementInfoPartitioner * | partitioners |
| genPythonModuleFunction | pythonModuleGenerator |
| struct ElementInfoGenerator * | generators |
Describes all the parts of the Element Library.
struct ElementInfoComponent* SST::ElementLibraryInfo::components [read] |
List of Components contained in the library.
| const char* SST::ElementLibraryInfo::description |
Brief description of the Library
Referenced by SST::SSTInfoElement_LibraryInfo::getLibraryDescription().
struct ElementInfoEvent* SST::ElementLibraryInfo::events [read] |
List of Events exported by the library.
struct ElementInfoGenerator* SST::ElementLibraryInfo::generators [read] |
List of Generators provided by the library.
struct ElementInfoIntrospector* SST::ElementLibraryInfo::introspectors [read] |
List of Introspectors provided by the library.
struct ElementInfoModule* SST::ElementLibraryInfo::modules [read] |
List of Modules provided by the library.
| const char* SST::ElementLibraryInfo::name |
Name of the Library.
Referenced by SST::SSTInfoElement_LibraryInfo::getLibraryName().
struct ElementInfoPartitioner* SST::ElementLibraryInfo::partitioners [read] |
List of Partitioners provided by the library.
| genPythonModuleFunction SST::ElementLibraryInfo::pythonModuleGenerator |
Pointer to Function to generate a Python Module for use in Configurations
Referenced by SST::Factory::getPythonModule().
struct ElementInfoSubComponent* SST::ElementLibraryInfo::subcomponents [read] |
List of SubComponents provided by the library.
1.6.1