SST
8.0.0
StructuralSimulationToolkit
|
Class to load Element Libraries. More...
#include <elemLoader.h>
Public Member Functions | |
ElemLoader (const std::string &searchPaths) | |
Create a new ElementLoader with a given searchpath of directories. | |
const ElementLibraryInfo * | loadLibrary (const std::string &elemlib, bool showErrors) |
Attempt to load a library. More... | |
const ElementLibraryInfo * | loadCoreInfo () |
Gather ELI information for core-provided features. | |
std::vector< std::string > | getPotentialElements () |
Returns a list of potential element libraries in the search path. | |
Class to load Element Libraries.
const ElementLibraryInfo * SST::ElemLoader::loadLibrary | ( | const std::string & | elemlib, |
bool | showErrors | ||
) |
Attempt to load a library.
elemlib | - The name of the Element Library to load |
showErrors | - Print errors associated with attempting to find and load the library |
References SST::LoaderData::advise_handle.