SST::ElementInfoModule Struct Reference

Describes a Module. More...

#include <element.h>

Data Fields

const char * name
const char * description
void(* printHelp )(FILE *output)
moduleAllocate alloc
moduleAllocateWithComponent alloc_with_comp
const ElementInfoParamparams
const char * provides

Detailed Description

Describes a Module.


Field Documentation

Pointer to a function to do a default initialization of the module.

moduleAllocateWithComponent SST::ElementInfoModule::alloc_with_comp

Pointer to a function to initialize a module instance, passing a Component as an argument.

Brief description of the module.

Referenced by SST::SSTInfoElement_ModuleInfo::getDesc().

Name of the module.

Referenced by SST::SSTInfoElement_ModuleInfo::getName().

List of parameters which are used by this module.

Referenced by SST::SSTInfoElement_ModuleInfo::SSTInfoElement_ModuleInfo().

void(* SST::ElementInfoModule::printHelp)(FILE *output)

Pointer to a function that will print additional documentation about the module. (optional)

Name of SuperClass which for this module can be used.

Referenced by SST::SSTInfoElement_ModuleInfo::getProvides().


The documentation for this struct was generated from the following file:

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1