12 #ifndef _SST_CORE_ELEMLOADER_H 
   13 #define _SST_CORE_ELEMLOADER_H 
   16 #include <sst/core/element.h> 
   25     std::string searchPaths;
 
This structure exists so that we don't need to have any libtool-specific code (and therefore need the...
Definition: elemLoader.cc:57
Describes all the parts of the Element Library. 
Definition: element.h:152
const ElementLibraryInfo * loadLibrary(const std::string &elemlib, bool showErrors)
Attempt to load a library. 
Definition: elemLoader.cc:182
ElemLoader(const std::string &searchPaths)
Create a new ElementLoader with a given searchpath of directories. 
Definition: elemLoader.cc:63
Class to load Element Libraries. 
Definition: elemLoader.h:23