SST  7.1.0
StructuralSimulationToolkit
SST::ElementInfoGenerator Struct Reference

Describes a Generator. More...

#include <element.h>

Data Fields

const char * name
 
const char * description
 
void(* printHelp )(FILE *output)
 
generateFunction func
 

Detailed Description

Describes a Generator.

Field Documentation

◆ description

const char* SST::ElementInfoGenerator::description

Brief description of the generator

◆ func

generateFunction SST::ElementInfoGenerator::func

Function to be called to perform the graph generation

Referenced by SST::Factory::GetGenerator().

◆ name

const char* SST::ElementInfoGenerator::name

Name of the Generator

Referenced by SST::Factory::hasLibrary(), and SST::SSTInfoConfig::parseCmdLine().

◆ printHelp

void(* SST::ElementInfoGenerator::printHelp) (FILE *output)

Pointer to a function that will print additional documentation about the generator. (optional)


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