12 #ifndef _SST_CORE_ELEMLOADER_H
13 #define _SST_CORE_ELEMLOADER_H
22 struct ElementInfoGenerator;
27 std::string searchPaths;
38 void loadLibrary(
const std::string& elemlib, std::ostream& err_os);
This structure exists so that we don't need to have any libtool-specific code (and therefore need the...
Definition: elemLoader.cc:63
ElemLoader(const std::string &searchPaths)
Create a new ElementLoader with a given searchpath of directories.
Definition: elemLoader.cc:69
void loadLibrary(const std::string &elemlib, std::ostream &err_os)
Attempt to load a library.
Definition: elemLoader.cc:175
Class to load Element Libraries.
Definition: elemLoader.h:25
std::vector< std::string > getPotentialElements()
Returns a list of potential element libraries in the search path.
Definition: elemLoader.cc:221