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