|  | 
| using | InfoMap = std::map< std::string, std::function< void()>> | 
|  | 
| using | LibraryMap = std::map< std::string, InfoMap > | 
|  | 
|  | 
| static bool | isLoaded (const std::string &name) | 
|  | 
| static bool | addLoader (const std::string &lib, const std::string &name, std::function< void()> &&loader) | 
|  | 
| static const LibraryMap & | getLoaders () | 
|  | 
  
  | 
        
          | bool SST::ELI::LoadedLibraries::addLoader | ( | const std::string & | lib, |  
          |  |  | const std::string & | name, |  
          |  |  | std::function< void()> && | loader |  
          |  | ) |  |  |  | static | 
 
- Returns
- A boolean indicated successfully added 
 
 
The documentation for this class was generated from the following files:
- src/sst/core/eli/elibase.h
- src/sst/core/eli/elibase.cc