SST
6.0.0
StructuralSimulationToolkit
|
Data Fields | |
const char * | name |
const char * | description |
void(* | printHelp )(FILE *output) |
subcomponentAllocate | alloc |
const ElementInfoParam * | params |
const ElementInfoStatistic * | stats |
const char * | provides |
subcomponentAllocate SST::ElementInfoSubComponent::alloc |
Pointer to a function to initialize a subcomponent instance, passing a Component as an argument.
const char* SST::ElementInfoSubComponent::description |
Brief description of the subcomponent.
Referenced by SST::SSTInfoElement_SubComponentInfo::getDesc().
const char* SST::ElementInfoSubComponent::name |
Name of the subcomponent.
Referenced by SST::SSTInfoElement_SubComponentInfo::getName().
const ElementInfoParam* SST::ElementInfoSubComponent::params |
List of parameters which are used by this subcomponent.
Referenced by SST::SSTInfoElement_SubComponentInfo::SSTInfoElement_SubComponentInfo().
void(* SST::ElementInfoSubComponent::printHelp) (FILE *output) |
Pointer to a function that will print additional documentation about the subcomponent (optional)
const char* SST::ElementInfoSubComponent::provides |
Name of SuperClass which for this subcomponent can be used.
const ElementInfoStatistic* SST::ElementInfoSubComponent::stats |
List of statistics supplied by this subcomponent.
Referenced by SST::SSTInfoElement_SubComponentInfo::SSTInfoElement_SubComponentInfo().