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

const char* SST::ElementInfoGenerator::description

Brief description of the generator

Referenced by SST::SSTInfoElement_GeneratorInfo::getDesc().

generateFunction SST::ElementInfoGenerator::func

Function to be called to perform the graph generation

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

const char* SST::ElementInfoGenerator::name

Name of the Generator

Referenced by SST::SSTInfoElement_GeneratorInfo::getName().

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: