SST
7.1.0
StructuralSimulationToolkit
|
Base class for python modules in element libraries. More...
#include <element_python.h>
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 |
Base class for python modules in element libraries.