|
SST
9.0.0
StructuralSimulationToolkit
|
Public Member Functions | |
| SSTElementPythonModuleOldELI (const std::string &lib, genPythonModuleFunction func) | |
| void * | load () override |
Public Member Functions inherited from SST::SSTElementPythonModule | |
| SSTElementPythonModule (std::string library) | |
| Constructor for SSTElementPythonModule. Must be called by derived class. More... | |
| void | addPrimaryModule (char *file) |
| void | addSubModule (std::string name, char *file) |
| SSTElementPythonModuleCode * | createPrimaryModule (char *code=NULL, std::string filename="") |
| Create the top level python module (i.e. More... | |
Additional Inherited Members | |
Protected Attributes inherited from SST::SSTElementPythonModule | |
| std::string | library |
| std::string | pylibrary |
| std::string | sstlibrary |
| char * | primary_module |
|
std::vector< std::pair < std::string, char * > > | sub_modules |
| SSTElementPythonModuleCode * | primary_code_module |