SST
8.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.
const char* SST::ElementInfoIntrospector::name |
Name of the introspector
const ElementInfoParam* SST::ElementInfoIntrospector::params |
List of parameters which this introspector uses.
void(* SST::ElementInfoIntrospector::printHelp)(FILE *output) |
Pointer to a function that will print additional documentation about the introspector. (optional)