Public Member Functions | |
FileSystemLocalPathT (const std::string &LocalPath_, const std::string &MountPoint_) | |
Constructor. More... | |
InFileI * | OpenRead (const std::string &FileName) |
Destructor. Destroys the file system. More... | |
![]() | |
virtual | ~FileSystemT () |
The virtual destructor, so that derived classes can safely be deleted via a FileSystemT (base class) pointer. More... | |
FileSystemLocalPathT::FileSystemLocalPathT | ( | const std::string & | LocalPath_, |
const std::string & | MountPoint_ | ||
) |
Constructor.
FileSystemExceptionT | when there is a problem with initializing this file system. |
|
virtual |
Destructor. Destroys the file system.
Implements cf::FileSys::FileSystemT.