16#ifndef included_Retro_RlogFileCatalog
17#define included_Retro_RlogFileCatalog 1
31 const std::shared_ptr<RlogFile>&
FindOrCreate(
const std::string& name);
32 void Delete(
const std::string& name);
42 typedef std::map<std::string, std::shared_ptr<RlogFile>>
map_t;
RlogFileCatalog(const RlogFileCatalog &)=delete
~RlogFileCatalog()
Destructor.
map_t fMap
name->rlogfile map
RlogFileCatalog & operator=(const RlogFileCatalog &)=delete
void Delete(const std::string &name)
FIXME_docs.
RlogFileCatalog()
Default constructor.
std::map< std::string, std::shared_ptr< RlogFile > > map_t
const std::shared_ptr< RlogFile > & FindOrCreate(const std::string &name)
FIXME_docs.
static RlogFileCatalog & Obj()
FIXME_docs.
Declaration of class ReventLoop.