| SST 15.0
    Structural Simulation Toolkit | 
Describes Parameters to a Component. More...
#include <elibase.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) nullptr == required parameter with no default, "" == optional parameter, blank default, "foo" == default value
| const char* SST::ElementInfoParam::description | 
Brief description of the parameter (ie, what it controls)
| const char* SST::ElementInfoParam::name | 
Name of the parameter