1 #ifndef FWCore_PluginManager_CacheParser_h 2 #define FWCore_PluginManager_CacheParser_h 36 class TestCacheParser;
66 friend class ::TestCacheParser;
68 static bool readline(std::istream& iIn,
70 unsigned long iRecordNumber,
static std::string & restoreSpaces(std::string &io)
std::map< std::string, std::vector< PluginInfo > > CategoryToInfos
CacheParser(const CacheParser &)=delete
static void read(std::istream &, const std::filesystem::path &iDirectory, CategoryToInfos &oOut)
std::pair< std::string, std::string > NameAndType
const CacheParser & operator=(const CacheParser &)=delete
std::map< std::filesystem::path, NameAndTypes > LoadableToPlugins
static void write(const CategoryToInfos &, std::ostream &)
std::vector< NameAndType > NameAndTypes
static std::string & replaceSpaces(std::string &io)
static bool readline(std::istream &iIn, const std::filesystem::path &iDirectory, unsigned long iRecordNumber, PluginInfo &oInfo, std::string &oPluginType)