SST  6.0.0
StructuralSimulationToolkit
SST::ElementInfoIntrospector Struct Reference

Describes an Introspector. More...

#include <element.h>

Data Fields

const char * name
 
const char * description
 
void(* printHelp )(FILE *output)
 
introspectorAllocate alloc
 
const ElementInfoParamparams
 

Detailed Description

Describes an Introspector.

Field Documentation

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)


The documentation for this struct was generated from the following file: