SST
6.0.0
StructuralSimulationToolkit
|
Describes Parameters to a Component. More...
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
const char * | defaultValue |
Describes Parameters to a Component.
const char* SST::ElementInfoParam::defaultValue |
Default value (if any) NULL == required parameter with no default, "" == optional parameter, blank default, "foo" == default value
Referenced by SST::SSTInfoElement_ParamInfo::getDefault().
const char* SST::ElementInfoParam::description |
Brief description of the parameter (ie, what it controls)
Referenced by SST::SSTInfoElement_ParamInfo::getDesc().
const char* SST::ElementInfoParam::name |
Name of the parameter
Referenced by SST::SSTInfoElement_ParamInfo::getName().