SST
6.0.0
StructuralSimulationToolkit
|
Describes an Introspector. More...
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
void(* | printHelp )(FILE *output) |
introspectorAllocate | alloc |
const ElementInfoParam * | params |
Describes an Introspector.
introspectorAllocate SST::ElementInfoIntrospector::alloc |
Pointer to a function to allocate a new instance of this introspector.
const char* SST::ElementInfoIntrospector::description |
Brief description of what the introspector does.
Referenced by SST::SSTInfoElement_IntrospectorInfo::getDesc().
const char* SST::ElementInfoIntrospector::name |
Name of the introspector
Referenced by SST::SSTInfoElement_IntrospectorInfo::getName().
const ElementInfoParam* SST::ElementInfoIntrospector::params |
List of parameters which this introspector uses.
Referenced by SST::SSTInfoElement_IntrospectorInfo::SSTInfoElement_IntrospectorInfo().
void(* SST::ElementInfoIntrospector::printHelp) (FILE *output) |
Pointer to a function that will print additional documentation about the introspector. (optional)