12#ifndef SST_CORE_ELEMLOADER_H
13#define SST_CORE_ELEMLOADER_H
20struct 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:281
void loadLibrary(const std::string &elemlib, std::ostream &err_os)
Attempt to load a library.
Definition: elemLoader.cc:147