SST  7.0.0
StructuralSimulationToolkit
SST::SSTElementPythonModule Class Reference

Base class for python modules in element libraries. More...

#include <element_python.h>

Inheritance diagram for SST::SSTElementPythonModule:
SST::SSTElementPythonModuleOldELI

Public Member Functions

 SSTElementPythonModule (std::string library)
 
void addPrimaryModule (char *file)
 
void addSubModule (std::string name, char *file)
 
virtual void * load ()
 

Protected Attributes

std::string library
 
std::string pylibrary
 
std::string sstlibrary
 
char * primary_module
 
std::vector< std::pair< std::string, char * > > sub_modules
 

Detailed Description

Base class for python modules in element libraries.


The documentation for this class was generated from the following files: