|
SST
9.1.0
StructuralSimulationToolkit
|
Public Member Functions | |
| SSTElementPythonModule * | create (const std::string &lib) override |
| DerivedBuilder (genPythonModuleFunction func) | |
Public Member Functions inherited from SST::ELI::Builder< SSTElementPythonModule, const std::string & > | |
| virtual SSTElementPythonModule * | create (Args...ctorArgs)=0 |
Data Fields | |
| genPythonModuleFunction | func_ |
Additional Inherited Members | |
Public Types inherited from SST::ELI::Builder< SSTElementPythonModule, const std::string & > | |
| typedef SSTElementPythonModule *(* | createFxn )(Args...) |
| using | ChangeBase = Builder< NewBase, Args...> |