StoreFileSystem.h
Go to the documentation of this file.
Definition: StoreFileSystem.h:91
virtual char const * type() const =0
StoreFileSystem(StoreFileSystem &&)=delete
static std::vector< StoreFileSystem * > const & FileSystems()
Definition: StoreFileSystem.cc:30
std::vector< StoreFileSystem * >::const_iterator const_iterator
Definition: StoreFileSystem.h:98
StoreFileSystem()=default
static std::vector< StoreFileSystem * > & GetFileSystems()
Definition: StoreFileSystem.cc:36
static std::vector< StoreFileSystem * > * _FileSystems
Definition: StoreFileSystem.h:108
static StoreFileSystem * FindByType(const char *type)
Definition: StoreFileSystem.cc:45
std::vector< StoreFileSystem * >::iterator iterator
Definition: StoreFileSystem.h:97
virtual SwapDir * createSwapDir()=0
convenience base for any class with pure virtual method(s)
Definition: TypeTraits.h:19