12 #ifndef SST_CORE_ELEMLOADER_H
13 #define SST_CORE_ELEMLOADER_H
20 struct ElementInfoGenerator;
35 void loadLibrary(
const std::string& elemlib, std::ostream& err_os);
46 std::string searchPaths;
Class to load Element Libraries.
Definition: elemLoader.h:24
void getPotentialElements(std::vector< std::string > &potElems)
Search paths for potential elements and add them to the provided vector.
Definition: elemLoader.cc:280
void loadLibrary(const std::string &elemlib, std::ostream &err_os)
Attempt to load a library.
Definition: elemLoader.cc:146
ElemLoader(const std::string &searchPaths)
Create a new ElementLoader with a given searchpath of directories.
Definition: elemLoader.cc:127