SST  7.1.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

◆ alloc

introspectorAllocate SST::ElementInfoIntrospector::alloc

Pointer to a function to allocate a new instance of this introspector.

◆ description

const char* SST::ElementInfoIntrospector::description

Brief description of what the introspector does.

◆ name

const char* SST::ElementInfoIntrospector::name

Name of the introspector

◆ params

const ElementInfoParam* SST::ElementInfoIntrospector::params

List of parameters which this introspector uses.

◆ printHelp

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: